price filed added in tanker storing booking

master
Bhaskara Kishore 3 years ago
parent dda1cc78de
commit 7ebe3e0963

@ -200,6 +200,7 @@ exports.tankerBooking = async (req, reply) => {
capacity: req.body.capacity,
address: req.body.address,
dateOfOrder: req.body.dateOfOrder,
price:req.body.price
//date: req.body.date,
// time: req.body.time,

@ -204,6 +204,7 @@ module.exports = function (fastify, opts, next) {
capacity: { type: "string" },
address: { type: "string" },
dateOfOrder: { type: "string"},
price: { type: "string"},

Loading…
Cancel
Save