Project e Todos sistemati...
aggiunti Gruppi
This commit is contained in:
@@ -13,6 +13,9 @@ const CartSchema = new Schema({
|
||||
userId: { type: Schema.Types.ObjectId, ref: 'User' },
|
||||
totalQty: { type: Number, default: 0 },
|
||||
totalPrice: { type: Number, default: 0 },
|
||||
department: {
|
||||
type: String, ref: 'Department'
|
||||
},
|
||||
items: [
|
||||
{
|
||||
order:
|
||||
|
||||
Reference in New Issue
Block a user