@wix/auto_sdk_ecom_order-transactions 1.0.67 → 1.0.68

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.
@@ -589,6 +589,7 @@ var ChargebackStatus = /* @__PURE__ */ ((ChargebackStatus2) => {
589
589
  var MembershipPaymentStatus = /* @__PURE__ */ ((MembershipPaymentStatus2) => {
590
590
  MembershipPaymentStatus2["CHARGED"] = "CHARGED";
591
591
  MembershipPaymentStatus2["CHARGE_FAILED"] = "CHARGE_FAILED";
592
+ MembershipPaymentStatus2["CHARGE_PENDING"] = "CHARGE_PENDING";
592
593
  return MembershipPaymentStatus2;
593
594
  })(MembershipPaymentStatus || {});
594
595
  var RefundStatus = /* @__PURE__ */ ((RefundStatus2) => {