|
|
@ -30,7 +30,7 @@ const tankersbookingSchema = new mongoose.Schema({
|
|
|
|
address: { type: String, default: null },
|
|
|
|
address: { type: String, default: null },
|
|
|
|
price: { type: String, default: "750" },
|
|
|
|
price: { type: String, default: "750" },
|
|
|
|
payment_status : { type: String, default: "due" },
|
|
|
|
payment_status : { type: String, default: "due" },
|
|
|
|
//orderStatus: { type: String, default: "due" },
|
|
|
|
orderStatus: { type: String, default: "pending" },
|
|
|
|
quantityDelivered: { type: String, default: null},
|
|
|
|
quantityDelivered: { type: String, default: null},
|
|
|
|
amount_paid: { type: String, default: null },
|
|
|
|
amount_paid: { type: String, default: null },
|
|
|
|
amount_due: { type: String, default: null },
|
|
|
|
amount_due: { type: String, default: null },
|
|
|
|