@orderingstack/ordering-types 1.37.0 → 1.37.1
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/dist/cjs/kioskErrors.js
CHANGED
|
@@ -141,6 +141,8 @@ exports.KioskErrors = {
|
|
|
141
141
|
x7: "Received OrderEventError",
|
|
142
142
|
x8: "Kiosk service MALFUNCTION",
|
|
143
143
|
x9: "Venue temp disabled",
|
|
144
|
+
x10: "Payments fiscal mismatch",
|
|
145
|
+
x11: "EPayment failure",
|
|
144
146
|
x500: "Unknown error",
|
|
145
147
|
x501: "Not implemented",
|
|
146
148
|
};
|
package/dist/esm/kioskErrors.js
CHANGED
|
@@ -138,6 +138,8 @@ export const KioskErrors = {
|
|
|
138
138
|
x7: "Received OrderEventError",
|
|
139
139
|
x8: "Kiosk service MALFUNCTION",
|
|
140
140
|
x9: "Venue temp disabled",
|
|
141
|
+
x10: "Payments fiscal mismatch",
|
|
142
|
+
x11: "EPayment failure",
|
|
141
143
|
x500: "Unknown error",
|
|
142
144
|
x501: "Not implemented",
|
|
143
145
|
};
|