@open-tender/store 0.9.4 → 0.9.5

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.
@@ -518,7 +518,7 @@ var checkoutSlice = (0, toolkit_1.createSlice)({
518
518
  state.check = null;
519
519
  },
520
520
  removeTip: function (state) {
521
- state.tip = '0.00';
521
+ state.tip = null;
522
522
  state.check = null;
523
523
  },
524
524
  setTaxExempt: function (state, action) {
@@ -515,7 +515,7 @@ var checkoutSlice = createSlice({
515
515
  state.check = null;
516
516
  },
517
517
  removeTip: function (state) {
518
- state.tip = '0.00';
518
+ state.tip = null;
519
519
  state.check = null;
520
520
  },
521
521
  setTaxExempt: function (state, action) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/store",
3
- "version": "0.9.4",
3
+ "version": "0.9.5",
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",