@wix/auto_sdk_ecom_current-cart-v-2 1.0.65 → 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.
@@ -1698,6 +1698,7 @@ async function estimateCurrentCart2(options) {
1698
1698
  const payload = (0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)({
1699
1699
  refreshCart: options?.refreshCart,
1700
1700
  validationConfig: options?.validationConfig,
1701
+ calculateOrderDiscounts: options?.calculateOrderDiscounts,
1701
1702
  calculateDelivery: options?.calculateDelivery,
1702
1703
  calculateAdditionalFees: options?.calculateAdditionalFees,
1703
1704
  calculateTax: options?.calculateTax,
@@ -1738,6 +1739,7 @@ async function estimateCurrentCart2(options) {
1738
1739
  explicitPathsToArguments: {
1739
1740
  refreshCart: "$[0].refreshCart",
1740
1741
  validationConfig: "$[0].validationConfig",
1742
+ calculateOrderDiscounts: "$[0].calculateOrderDiscounts",
1741
1743
  calculateDelivery: "$[0].calculateDelivery",
1742
1744
  calculateAdditionalFees: "$[0].calculateAdditionalFees",
1743
1745
  calculateTax: "$[0].calculateTax",