@wix/auto_sdk_ecom_current-cart 1.0.141 → 1.0.143

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.
@@ -1,5 +1,6 @@
1
1
  import { NonNullablePaths } from '@wix/sdk-types';
2
2
 
3
+ /** A shopping cart that holds items a buyer intends to purchase. Carts are converted to checkouts when the buyer proceeds to payment. */
3
4
  interface Cart {
4
5
  /**
5
6
  * Cart ID.
@@ -2392,7 +2393,7 @@ interface AdditionalFee {
2392
2393
  */
2393
2394
  code?: string | null;
2394
2395
  /**
2395
- * Translated additional fee's name.
2396
+ * Additional fee's name.
2396
2397
  * @minLength 1
2397
2398
  * @maxLength 50
2398
2399
  */