@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.
@@ -1835,9 +1835,7 @@ async function calculateCart2(cartId, options) {
1835
1835
  const { httpClient, sideEffects } = arguments[2];
1836
1836
  const payload = (0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)({
1837
1837
  cartId,
1838
- refreshCart: options?.refreshCart,
1839
- validationsConfig: options?.validationsConfig,
1840
- customCalculationConfig: options?.customCalculationConfig
1838
+ refreshCart: options?.refreshCart
1841
1839
  });
1842
1840
  const reqOpts = calculateCart(payload);
1843
1841
  sideEffects?.onSiteCall?.();
@@ -1873,9 +1871,7 @@ async function calculateCart2(cartId, options) {
1873
1871
  spreadPathsToArguments: {},
1874
1872
  explicitPathsToArguments: {
1875
1873
  cartId: "$[0]",
1876
- refreshCart: "$[1].refreshCart",
1877
- validationsConfig: "$[1].validationsConfig",
1878
- customCalculationConfig: "$[1].customCalculationConfig"
1874
+ refreshCart: "$[1].refreshCart"
1879
1875
  },
1880
1876
  singleArgumentUnchanged: false
1881
1877
  },