@miden-npm/react 2.0.1 → 2.0.2

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.
package/dist/index.js CHANGED
@@ -2257,7 +2257,7 @@ function BzpCheckoutIframe({
2257
2257
  email: "",
2258
2258
  phoneNumber: "",
2259
2259
  narration: "",
2260
- redirectUrl: "https://sandbox-merchant.buzapay.com/account/three-ds-status"
2260
+ redirectUrl: ""
2261
2261
  },
2262
2262
  onError
2263
2263
  }) {
@@ -2344,7 +2344,7 @@ function BzpCheckoutButton({
2344
2344
  email: "",
2345
2345
  phoneNumber: "",
2346
2346
  narration: "",
2347
- redirectUrl: "https://sandbox-merchant.buzapay.com/account/three-ds-status"
2347
+ redirectUrl: ""
2348
2348
  },
2349
2349
  mode = "redirect",
2350
2350
  onError
@@ -2546,7 +2546,7 @@ function PayByCard({
2546
2546
  narration: paymentObject?.narration || "Test transaction",
2547
2547
  encryptedCardDetails: encryptedCardDetails.requestParam,
2548
2548
  billingDetails,
2549
- redirectUrl: paymentObject?.redirectUrl || "",
2549
+ redirectUrl: paymentObject?.redirectUrl || "https://sandbox-merchant.buzapay.com/account/three-ds-status",
2550
2550
  paymentReference: transactionReference,
2551
2551
  isCheckout: true
2552
2552
  };
@@ -3781,7 +3781,7 @@ function BzpCheckoutCard({
3781
3781
  email: "",
3782
3782
  phoneNumber: "",
3783
3783
  narration: "",
3784
- redirectUrl: "https://sandbox-merchant.buzapay.com/account/three-ds-status"
3784
+ redirectUrl: ""
3785
3785
  },
3786
3786
  onPaymentAuthorized,
3787
3787
  onError
@@ -3949,7 +3949,7 @@ function MidenCheckoutIframe({
3949
3949
  email: "",
3950
3950
  phoneNumber: "",
3951
3951
  narration: "",
3952
- redirectUrl: "https://sandbox-merchant.buzapay.com/account/three-ds-status"
3952
+ redirectUrl: ""
3953
3953
  },
3954
3954
  onError
3955
3955
  }) {
@@ -4036,7 +4036,7 @@ function MidenCheckoutButton({
4036
4036
  email: "",
4037
4037
  phoneNumber: "",
4038
4038
  narration: "",
4039
- redirectUrl: "https://sandbox-merchant.buzapay.com/account/three-ds-status"
4039
+ redirectUrl: ""
4040
4040
  },
4041
4041
  mode = "redirect",
4042
4042
  onError
@@ -4119,7 +4119,7 @@ function MidenCheckoutCard({
4119
4119
  email: "",
4120
4120
  phoneNumber: "",
4121
4121
  narration: "",
4122
- redirectUrl: "https://sandbox-merchant.buzapay.com/account/three-ds-status"
4122
+ redirectUrl: ""
4123
4123
  },
4124
4124
  onPaymentAuthorized,
4125
4125
  onError