pending orders list

master^2
Bhaskar 3 months ago
parent 8659bb54a1
commit 6573e0d3b2

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

@ -2036,7 +2036,7 @@ fastify.get("/api/Completeordersofinstall/:installationId", {
}, },
], ],
}, },
handler: storeController.getPendingOrdersByInstallationId, handler: storeController.getCompleteOrdersByInstallationId,
}); });
fastify.post( fastify.post(

Loading…
Cancel
Save