@wix/auto_sdk_ecom_order-transactions 1.0.87 → 1.0.89

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.
@@ -625,6 +625,8 @@ var DeclinedReason = /* @__PURE__ */ ((DeclinedReason2) => {
625
625
  DeclinedReason2["EXPIRED"] = "EXPIRED";
626
626
  DeclinedReason2["INSUFFICIENT_FUNDS"] = "INSUFFICIENT_FUNDS";
627
627
  DeclinedReason2["GIFT_CARD_DISABLED"] = "GIFT_CARD_DISABLED";
628
+ DeclinedReason2["RISK_REJECTED"] = "RISK_REJECTED";
629
+ DeclinedReason2["THREE_D_SECURE_FAILED"] = "THREE_D_SECURE_FAILED";
628
630
  return DeclinedReason2;
629
631
  })(DeclinedReason || {});
630
632
  var VoidedReason = /* @__PURE__ */ ((VoidedReason2) => {