@wix/auto_sdk_ecom_cart 1.0.120 → 1.0.121

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.
@@ -859,9 +859,9 @@ interface PlatformFee {
859
859
  /**
860
860
  * Percentage rate charged as platform fee.
861
861
  *
862
- * The fee rate expressed as a decimal fraction between 0 and 1. For example, `0.05` for 5%.
862
+ * The fee rate percentage expressed as a decimal fraction between 0 and 1. For example, `0.05` for 5%.
863
863
  * @format DECIMAL_VALUE
864
- * @decimalValue options { gte:0, lte:1, maxScale:4 }
864
+ * @decimalValue options { gt:0, lte:1, maxScale:4 }
865
865
  */
866
866
  percentageRate?: string;
867
867
  }