picker-db 4.5.3 → 4.5.6

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.
@@ -363,6 +363,7 @@ module.exports = (connection) => {
363
363
  PAYMENT_METHODS.BILLING_CARD.TEXT,
364
364
  PAYMENT_METHODS.BILLING_TRANSFER.TEXT,
365
365
  PAYMENT_METHODS.TERMINAL.TEXT,
366
+ PAYMENT_METHODS.LINK_TO_PAY.TEXT,
366
367
  ],
367
368
  },
368
369
  paymentMethodCode: {
@@ -31,6 +31,10 @@ module.exports = (connection) => {
31
31
  PNF_REASON.PROVIDER_ERROR,
32
32
  ],
33
33
  },
34
+ origin: {
35
+ type: String,
36
+ required: false,
37
+ }
34
38
  }, { timestamps: false });
35
39
 
36
40
  return MiniBookingSchema;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "picker-db",
3
- "version": "4.5.3",
3
+ "version": "4.5.6",
4
4
  "description": "Picker DB services",
5
5
  "main": "index.js",
6
6
  "scripts": {