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