@artisan-commerce/builders 0.7.0-canary.51 → 0.7.0-canary.53

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.
@@ -0,0 +1,6 @@
1
+ {
2
+ "name": "@artisan-commerce/builders/dev",
3
+ "main": "../dist/bundle.cjs.js",
4
+ "module": "../dist/bundle.esm.js",
5
+ "types": "../dist/bundle.d.ts"
6
+ }
@@ -1510,7 +1510,8 @@ const buildBillTotalNormalCategory = (overrides = {}) => {
1510
1510
  subtotalBeforeTaxes,
1511
1511
  taxTotal,
1512
1512
  total,
1513
- discounts: genDiscounts(1)
1513
+ discounts: genDiscounts(1),
1514
+ taxes: []
1514
1515
  }, overrides);
1515
1516
  };
1516
1517
  const buildBillTotal = (overrides = {}) => {