@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.
@@ -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: "EPayment failure",
145
+ x11: "Cloud payment failure",
146
146
  x500: "Unknown error",
147
147
  x501: "Not implemented",
148
148
  };
@@ -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: "EPayment failure",
142
+ x11: "Cloud payment failure",
143
143
  x500: "Unknown error",
144
144
  x501: "Not implemented",
145
145
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orderingstack/ordering-types",
3
- "version": "1.38.0",
3
+ "version": "1.38.1",
4
4
  "description": "Typescript types for @orderingstack",
5
5
  "types": "dist/esm/index.d.ts",
6
6
  "main": "dist/cjs/index.js",