Skip to content

Commit fc8dfe7

Browse files
committed
fix delivery time
1 parent 37dfe53 commit fc8dfe7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

controllers/orders-controller.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ exports.getOrderByCd = async (req, res, next) => {
174174
cd_prods: result[0].cd_prods,
175175
PayFormat_user: result[0].PayFormat_user,
176176
status: result[0].status,
177-
held_in: result[0].held_in
177+
held_in: result[0].held_in,
178+
delivery_time: result[0].delivery_time
178179
}
179180
return res.status(200).send(response);
180181
}

0 commit comments

Comments
 (0)