@wix/auto_sdk_ecom_cart-v-2 1.0.66 → 1.0.67

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.
@@ -1700,6 +1700,7 @@ async function estimateCart2(cartId, options) {
1700
1700
  cartId,
1701
1701
  refreshCart: options?.refreshCart,
1702
1702
  validationConfig: options?.validationConfig,
1703
+ calculateOrderDiscounts: options?.calculateOrderDiscounts,
1703
1704
  calculateDelivery: options?.calculateDelivery,
1704
1705
  calculateAdditionalFees: options?.calculateAdditionalFees,
1705
1706
  calculateTax: options?.calculateTax,
@@ -1741,6 +1742,7 @@ async function estimateCart2(cartId, options) {
1741
1742
  cartId: "$[0]",
1742
1743
  refreshCart: "$[1].refreshCart",
1743
1744
  validationConfig: "$[1].validationConfig",
1745
+ calculateOrderDiscounts: "$[1].calculateOrderDiscounts",
1744
1746
  calculateDelivery: "$[1].calculateDelivery",
1745
1747
  calculateAdditionalFees: "$[1].calculateAdditionalFees",
1746
1748
  calculateTax: "$[1].calculateTax",