@wix/auto_sdk_ecom_draft-orders 1.0.102 → 1.0.103

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.
@@ -1850,9 +1850,9 @@ interface PlatformFee {
1850
1850
  chargeType?: ChargeTypeWithLiterals;
1851
1851
  /**
1852
1852
  * Percentage rate charged as platform fee.
1853
- * The fee rate expressed as a decimal fraction between 0 and 1. For example, `0.05` for 5%.
1853
+ * The fee rate percentage expressed as a decimal fraction between 0 and 1. For example, `0.05` for 5%.
1854
1854
  * @format DECIMAL_VALUE
1855
- * @decimalValue options { gte:0, lte:1, maxScale:4 }
1855
+ * @decimalValue options { gt:0, lte:1, maxScale:4 }
1856
1856
  */
1857
1857
  percentageRate?: string;
1858
1858
  }