@wix/auto_sdk_ecom_cart-v-2 1.0.27 → 1.0.29

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.
@@ -1541,7 +1541,7 @@ async function placeOrder2(cartId, options) {
1541
1541
  const { httpClient, sideEffects } = arguments[2];
1542
1542
  const payload = (0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)({
1543
1543
  cartId,
1544
- pricingToken: options?.pricingToken,
1544
+ priceVerificationToken: options?.priceVerificationToken,
1545
1545
  paymentToken: options?.paymentToken,
1546
1546
  redirectUrls: options?.redirectUrls,
1547
1547
  savePaymentMethod: options?.savePaymentMethod,
@@ -1560,7 +1560,7 @@ async function placeOrder2(cartId, options) {
1560
1560
  spreadPathsToArguments: {},
1561
1561
  explicitPathsToArguments: {
1562
1562
  cartId: "$[0]",
1563
- pricingToken: "$[1].pricingToken",
1563
+ priceVerificationToken: "$[1].priceVerificationToken",
1564
1564
  paymentToken: "$[1].paymentToken",
1565
1565
  redirectUrls: "$[1].redirectUrls",
1566
1566
  savePaymentMethod: "$[1].savePaymentMethod",