@wix/auto_sdk_ecom_current-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.
@@ -1627,6 +1627,7 @@ async function estimateCurrentCart2(options) {
1627
1627
  const payload = renameKeysFromSDKRequestToRESTRequest({
1628
1628
  refreshCart: options?.refreshCart,
1629
1629
  validationConfig: options?.validationConfig,
1630
+ calculateOrderDiscounts: options?.calculateOrderDiscounts,
1630
1631
  calculateDelivery: options?.calculateDelivery,
1631
1632
  calculateAdditionalFees: options?.calculateAdditionalFees,
1632
1633
  calculateTax: options?.calculateTax,
@@ -1667,6 +1668,7 @@ async function estimateCurrentCart2(options) {
1667
1668
  explicitPathsToArguments: {
1668
1669
  refreshCart: "$[0].refreshCart",
1669
1670
  validationConfig: "$[0].validationConfig",
1671
+ calculateOrderDiscounts: "$[0].calculateOrderDiscounts",
1670
1672
  calculateDelivery: "$[0].calculateDelivery",
1671
1673
  calculateAdditionalFees: "$[0].calculateAdditionalFees",
1672
1674
  calculateTax: "$[0].calculateTax",