flykup_model_development 3.1.17 → 3.1.18

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.
@@ -181,7 +181,7 @@ const orderSchema = new mongoose.Schema(
181
181
  }],
182
182
  paymentMethod: {
183
183
  type: String,
184
- enum: ['CARD', 'UPI', 'NETBANKING', 'WALLET', 'COD', "PENDING_PAYMENT", "CASHFREE", "Online"],
184
+ enum: ['CARD', 'UPI', 'NETBANKING', 'WALLET', 'COD', "PENDING_PAYMENT", "CASHFREE","RAZORPAY", "Online"],
185
185
  required: true
186
186
  },
187
187
  paymentStatus: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flykup_model_development",
3
- "version": "3.1.17",
3
+ "version": "3.1.18",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "private": false,