@wix/auto_sdk_ecom_checkout 1.0.125 → 1.0.127

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 checkout represents a cart that is in the process of being purchased. It holds calculated prices, tax, shipping, and buyer information needed to complete the purchase. */
3
4
  interface Checkout {
4
5
  /**
5
6
  * Checkout ID.
@@ -2061,7 +2062,7 @@ interface AdditionalFee {
2061
2062
  */
2062
2063
  code?: string | null;
2063
2064
  /**
2064
- * Translated additional fee's name.
2065
+ * Additional fee's name.
2065
2066
  * @minLength 1
2066
2067
  * @maxLength 50
2067
2068
  */