@open-tender/store 1.0.3 → 1.0.4

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.
@@ -630,7 +630,7 @@ var checkoutSlice = (0, toolkit_1.createSlice)({
630
630
  state.submitting = 'pending';
631
631
  })
632
632
  .addCase(exports.submitPosOrder.rejected, function (state, action) {
633
- state.check = null;
633
+ // state.check = null
634
634
  state.loading = 'idle';
635
635
  state.submitting = 'idle';
636
636
  state.error = action.payload;
@@ -627,7 +627,7 @@ var checkoutSlice = createSlice({
627
627
  state.submitting = 'pending';
628
628
  })
629
629
  .addCase(submitPosOrder.rejected, function (state, action) {
630
- state.check = null;
630
+ // state.check = null
631
631
  state.loading = 'idle';
632
632
  state.submitting = 'idle';
633
633
  state.error = action.payload;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/store",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
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",
package/dist/.DS_Store DELETED
Binary file