master^2
Varun 8 months ago
parent 599e445056
commit 2cf3efb96a

@ -1895,7 +1895,7 @@ exports.handleEstimation = async (req, reply) => {
await newOrder.save();
return reply.code(201).send({
return reply.code(200).send({
message: "Order created successfully",
orderId,
customerId,

Loading…
Cancel
Save