@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.
@@ -136,10 +136,7 @@ interface RegularPaymentDetails extends RegularPaymentDetailsPaymentMethodDetail
136
136
  offlinePayment?: boolean;
137
137
  /** Payment status. */
138
138
  status?: TransactionStatusWithLiterals;
139
- /**
140
- * Whether there is a payment agreement that allows for future charges.
141
- * @immutable
142
- */
139
+ /** Whether there is a payment agreement that allows for future charges. */
143
140
  savedPaymentMethod?: boolean;
144
141
  /** Authorization details. */
145
142
  authorizationDetails?: AuthorizationDetails;