@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.
Files changed (2) hide show
  1. package/models/Order.js +8 -0
  2. 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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@francesco_ksh/app-ksh-mgd-schemas",
3
- "version": "2.5.0",
3
+ "version": "2.5.2",
4
4
  "description": "Mongoose schema definitions",
5
5
  "main": "index.js",
6
6
  "repository": {