@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.
@@ -1775,6 +1775,7 @@ async function estimateCart2(cartId, options) {
1775
1775
  cartId,
1776
1776
  refreshCart: options?.refreshCart,
1777
1777
  validationConfig: options?.validationConfig,
1778
+ calculateOrderDiscounts: options?.calculateOrderDiscounts,
1778
1779
  calculateDelivery: options?.calculateDelivery,
1779
1780
  calculateAdditionalFees: options?.calculateAdditionalFees,
1780
1781
  calculateTax: options?.calculateTax,
@@ -1816,6 +1817,7 @@ async function estimateCart2(cartId, options) {
1816
1817
  cartId: "$[0]",
1817
1818
  refreshCart: "$[1].refreshCart",
1818
1819
  validationConfig: "$[1].validationConfig",
1820
+ calculateOrderDiscounts: "$[1].calculateOrderDiscounts",
1819
1821
  calculateDelivery: "$[1].calculateDelivery",
1820
1822
  calculateAdditionalFees: "$[1].calculateAdditionalFees",
1821
1823
  calculateTax: "$[1].calculateTax",