@wix/auto_sdk_ecom_current-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.
@@ -1503,7 +1503,7 @@ interface CartSummary {
1503
1503
  /**
1504
1504
  * A token representing the Cart's calculated prices.
1505
1505
  *
1506
- * The client can pass this token when completing the checkout to ensure that the
1506
+ * The client can pass this token on place order to ensure that the
1507
1507
  * prices the customer saw match the final prices at checkout.
1508
1508
  *
1509
1509
  * The server will validate the token if provided by recalculating the cart and comparing the
@@ -2679,11 +2679,11 @@ interface PlaceOrderRequest {
2679
2679
  */
2680
2680
  cartId?: string;
2681
2681
  /**
2682
- * The pricing token received from `CalculateCart`'s response.
2682
+ * The price verification token received from `CalculateCart`'s response.
2683
2683
  * Used to verify that the prices shown to the customer have not changed before completing checkout.
2684
2684
  * @maxLength 3000
2685
2685
  */
2686
- pricingToken?: string | null;
2686
+ priceVerificationToken?: string | null;
2687
2687
  /**
2688
2688
  * Payment token.
2689
2689
  * @maxLength 100