@open-tender/store 1.1.247 → 1.1.248

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.
@@ -62,11 +62,7 @@ var prepareOrder = function (order, checkout) {
62
62
  made_for: made_for,
63
63
  phone: phone,
64
64
  prep_type: prep_type,
65
- details: deviceType
66
- ? {
67
- device_type: deviceType
68
- }
69
- : undefined,
65
+ device_type: deviceType,
70
66
  notes_internal: table !== null && table.length > 0 ? "DINE IN -- TABLE ".concat(table) : null
71
67
  };
72
68
  };
@@ -59,11 +59,7 @@ export var prepareOrder = function (order, checkout) {
59
59
  made_for: made_for,
60
60
  phone: phone,
61
61
  prep_type: prep_type,
62
- details: deviceType
63
- ? {
64
- device_type: deviceType
65
- }
66
- : undefined,
62
+ device_type: deviceType,
67
63
  notes_internal: table !== null && table.length > 0 ? "DINE IN -- TABLE ".concat(table) : null
68
64
  };
69
65
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/store",
3
- "version": "1.1.247",
3
+ "version": "1.1.248",
4
4
  "description": "A library of hooks, reducers, utility functions, and types for use with Open Tender applications that utilize our in-store POS API",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",
@@ -61,9 +61,9 @@
61
61
  },
62
62
  "peerDependencies": {
63
63
  "@emotion/react": "^11.11.1",
64
- "@open-tender/types": "^0.4.98",
64
+ "@open-tender/types": "^0.4.99",
65
65
  "@open-tender/ui": "^0.4.34",
66
- "@open-tender/utils": "^0.4.72",
66
+ "@open-tender/utils": "^0.4.73",
67
67
  "@reduxjs/toolkit": "^2.0.1",
68
68
  "date-fns": "2.30.0",
69
69
  "date-fns-tz": "^2.0.0",