@francesco_ksh/app-ksh-mgd-schemas 2.5.0 → 2.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/models/Order.js +8 -0
- package/package.json +1 -1
package/models/Order.js
CHANGED
|
@@ -573,6 +573,14 @@ const orderSchema = new Schema(
|
|
|
573
573
|
type: Object,
|
|
574
574
|
},
|
|
575
575
|
],
|
|
576
|
+
paymentDeclined: {
|
|
577
|
+
isCustomerNotified: {
|
|
578
|
+
type: Boolean,
|
|
579
|
+
},
|
|
580
|
+
lastAttemptedAt: {
|
|
581
|
+
type: Date,
|
|
582
|
+
},
|
|
583
|
+
},
|
|
576
584
|
},
|
|
577
585
|
sellerAlreadyPaidOut: {
|
|
578
586
|
type: Boolean,
|