|
|
|
@ -116,6 +116,7 @@ exports.tankerBooking = async (req, reply) => {
|
|
|
|
|
capacity: req.body.capacity,
|
|
|
|
|
address: req.body.address,
|
|
|
|
|
dateTime: req.body.dateTime,
|
|
|
|
|
amount :req.body.amount
|
|
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
@ -130,6 +131,7 @@ exports.tankerBooking = async (req, reply) => {
|
|
|
|
|
tankersBookingData.typeofwater = usertobeInserted.typeofwater;
|
|
|
|
|
tankersBookingData.address = usertobeInserted.address;
|
|
|
|
|
tankersBookingData.dateTime = usertobeInserted.dateTime;
|
|
|
|
|
tankersBookingData.amount = usertobeInserted.amount;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|