@wix/auto_sdk_ecom_cart-v-2 1.0.28 → 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.
@@ -1482,7 +1482,7 @@ async function placeOrder2(cartId, options) {
1482
1482
  const { httpClient, sideEffects } = arguments[2];
1483
1483
  const payload = renameKeysFromSDKRequestToRESTRequest({
1484
1484
  cartId,
1485
- pricingToken: options?.pricingToken,
1485
+ priceVerificationToken: options?.priceVerificationToken,
1486
1486
  paymentToken: options?.paymentToken,
1487
1487
  redirectUrls: options?.redirectUrls,
1488
1488
  savePaymentMethod: options?.savePaymentMethod,
@@ -1501,7 +1501,7 @@ async function placeOrder2(cartId, options) {
1501
1501
  spreadPathsToArguments: {},
1502
1502
  explicitPathsToArguments: {
1503
1503
  cartId: "$[0]",
1504
- pricingToken: "$[1].pricingToken",
1504
+ priceVerificationToken: "$[1].priceVerificationToken",
1505
1505
  paymentToken: "$[1].paymentToken",
1506
1506
  redirectUrls: "$[1].redirectUrls",
1507
1507
  savePaymentMethod: "$[1].savePaymentMethod",