@wix/auto_sdk_ecom_checkout 1.0.52 → 1.0.53

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.
@@ -1371,6 +1371,7 @@ var PaymentOptionType = /* @__PURE__ */ ((PaymentOptionType2) => {
1371
1371
  PaymentOptionType2["MEMBERSHIP"] = "MEMBERSHIP";
1372
1372
  PaymentOptionType2["DEPOSIT_ONLINE"] = "DEPOSIT_ONLINE";
1373
1373
  PaymentOptionType2["MEMBERSHIP_OFFLINE"] = "MEMBERSHIP_OFFLINE";
1374
+ PaymentOptionType2["MEMBERSHIP_ONLINE_WITH_OFFLINE_REMAINDER"] = "MEMBERSHIP_ONLINE_WITH_OFFLINE_REMAINDER";
1374
1375
  return PaymentOptionType2;
1375
1376
  })(PaymentOptionType || {});
1376
1377
  var TaxableAddressType = /* @__PURE__ */ ((TaxableAddressType2) => {