@wix/auto_sdk_ecom_draft-orders 1.0.49 → 1.0.51

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.
@@ -490,7 +490,7 @@ declare enum PaymentOptionType {
490
490
  FULL_PAYMENT_ONLINE = "FULL_PAYMENT_ONLINE",
491
491
  /** The entire payment for this item happens after checkout. For example, when using cash, check, or other offline payment methods. */
492
492
  FULL_PAYMENT_OFFLINE = "FULL_PAYMENT_OFFLINE",
493
- /** Payment for this item is done by charging a membership. When selected, `price` is `0`. Any remaining amount not covered by the membership, such as item modifiers, is paid online. */
493
+ /** Payment for this item is done by charging a membership. Any remaining amount not covered by the membership, such as item modifiers, is paid online. */
494
494
  MEMBERSHIP = "MEMBERSHIP",
495
495
  /** Partial payment to be paid upfront during checkout. The initial amount to be paid for each line item is specified in `depositAmount`. */
496
496
  DEPOSIT_ONLINE = "DEPOSIT_ONLINE",