flykup_model_production 1.0.26 → 1.0.27

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.
@@ -265,7 +265,7 @@ const orderSchema = new mongoose.Schema(
265
265
  },
266
266
  deliveryCharge: {
267
267
  type: Number,
268
- default: 40
268
+ default: 0
269
269
  },
270
270
  statusTimeline: {
271
271
  ordered: Date,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flykup_model_production",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "private": false,