@artisan-commerce/builders 0.7.0-canary.57 → 0.7.0-canary.58

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.
@@ -1591,7 +1591,8 @@ const buildShippingCost = (overrides = {}) => {
1591
1591
  symbol: genSymbol(),
1592
1592
  taxTotal: genNumber(100),
1593
1593
  taxes: genShippingCostTaxes(),
1594
- total: genNumber(100)
1594
+ total: genNumber(100),
1595
+ discountNetPrice: genNumber(100)
1595
1596
  }, overrides);
1596
1597
  };
1597
1598
  const buildShippingCostTax = (overrides = {}) => {