picker-db 4.5.0 → 4.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.
package/constants.js
CHANGED
|
@@ -89,6 +89,7 @@ module.exports = (connection) => {
|
|
|
89
89
|
PAYMENT_METHODS.CARD.TEXT,
|
|
90
90
|
PAYMENT_METHODS.CASH.TEXT,
|
|
91
91
|
PAYMENT_METHODS.TERMINAL.TEXT,
|
|
92
|
+
PAYMENT_METHODS.LINK_TO_PAY.TEXT,
|
|
92
93
|
],
|
|
93
94
|
},
|
|
94
95
|
});
|
|
@@ -845,10 +846,6 @@ module.exports = (connection) => {
|
|
|
845
846
|
restartByBusiness: { type: Number, default: 0 },
|
|
846
847
|
restartByBusinessWithPenalty: { type: Number, default: 0 },
|
|
847
848
|
},
|
|
848
|
-
bookingAutoAccepted: {
|
|
849
|
-
type: Boolean,
|
|
850
|
-
default: false,
|
|
851
|
-
},
|
|
852
849
|
pendingToProcess: {
|
|
853
850
|
type: Boolean,
|
|
854
851
|
},
|