|
|
|
@ -2785,7 +2785,7 @@ exports.getPendingOrdersByInstallationId = async (req, reply) => {
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
exports.getPendingOrdersByInstallationId = async (req, reply) => {
|
|
|
|
|
exports.getCompleteOrdersByInstallationId = async (req, reply) => {
|
|
|
|
|
try {
|
|
|
|
|
const { installationId } = req.params;
|
|
|
|
|
|
|
|
|
|