@wix/auto_sdk_ecom_order-transactions 1.0.95 → 1.0.96

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.
@@ -96,10 +96,7 @@ interface RegularPaymentDetails extends RegularPaymentDetailsPaymentMethodDetail
96
96
  offlinePayment?: boolean;
97
97
  /** Payment status. */
98
98
  status?: TransactionStatusWithLiterals;
99
- /**
100
- * Whether there is a payment agreement that allows for future charges.
101
- * @immutable
102
- */
99
+ /** Whether there is a payment agreement that allows for future charges. */
103
100
  savedPaymentMethod?: boolean;
104
101
  /** Authorization details. */
105
102
  authorizationDetails?: AuthorizationDetails;