@wix/auto_sdk_ecom_cart-v-2 1.0.67 → 1.0.68

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.
@@ -1760,9 +1760,7 @@ async function calculateCart2(cartId, options) {
1760
1760
  const { httpClient, sideEffects } = arguments[2];
1761
1761
  const payload = renameKeysFromSDKRequestToRESTRequest({
1762
1762
  cartId,
1763
- refreshCart: options?.refreshCart,
1764
- validationsConfig: options?.validationsConfig,
1765
- customCalculationConfig: options?.customCalculationConfig
1763
+ refreshCart: options?.refreshCart
1766
1764
  });
1767
1765
  const reqOpts = calculateCart(payload);
1768
1766
  sideEffects?.onSiteCall?.();
@@ -1798,9 +1796,7 @@ async function calculateCart2(cartId, options) {
1798
1796
  spreadPathsToArguments: {},
1799
1797
  explicitPathsToArguments: {
1800
1798
  cartId: "$[0]",
1801
- refreshCart: "$[1].refreshCart",
1802
- validationsConfig: "$[1].validationsConfig",
1803
- customCalculationConfig: "$[1].customCalculationConfig"
1799
+ refreshCart: "$[1].refreshCart"
1804
1800
  },
1805
1801
  singleArgumentUnchanged: false
1806
1802
  },