@francesco_ksh/app-ksh-mgd-schemas 2.4.4 → 2.4.5

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 +6 -0
  2. package/package.json +1 -1
package/models/Order.js CHANGED
@@ -646,6 +646,12 @@ const orderSchema = new Schema(
646
646
  body: {
647
647
  type: Object,
648
648
  },
649
+ paymentIntentCreate: {
650
+ type: Object,
651
+ },
652
+ paymentIntentConfirm: {
653
+ type: Object,
654
+ },
649
655
  },
650
656
 
651
657
  goShareOrder: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@francesco_ksh/app-ksh-mgd-schemas",
3
- "version": "2.4.4",
3
+ "version": "2.4.5",
4
4
  "description": "Mongoose schema definitions",
5
5
  "main": "index.js",
6
6
  "repository": {