@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.cjs +7 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2302,7 +2302,7 @@ function BzpCheckoutIframe({
|
|
|
2302
2302
|
email: "",
|
|
2303
2303
|
phoneNumber: "",
|
|
2304
2304
|
narration: "",
|
|
2305
|
-
redirectUrl: "
|
|
2305
|
+
redirectUrl: ""
|
|
2306
2306
|
},
|
|
2307
2307
|
onError
|
|
2308
2308
|
}) {
|
|
@@ -2389,7 +2389,7 @@ function BzpCheckoutButton({
|
|
|
2389
2389
|
email: "",
|
|
2390
2390
|
phoneNumber: "",
|
|
2391
2391
|
narration: "",
|
|
2392
|
-
redirectUrl: "
|
|
2392
|
+
redirectUrl: ""
|
|
2393
2393
|
},
|
|
2394
2394
|
mode = "redirect",
|
|
2395
2395
|
onError
|
|
@@ -2591,7 +2591,7 @@ function PayByCard({
|
|
|
2591
2591
|
narration: paymentObject?.narration || "Test transaction",
|
|
2592
2592
|
encryptedCardDetails: encryptedCardDetails.requestParam,
|
|
2593
2593
|
billingDetails,
|
|
2594
|
-
redirectUrl: paymentObject?.redirectUrl || "",
|
|
2594
|
+
redirectUrl: paymentObject?.redirectUrl || "https://sandbox-merchant.buzapay.com/account/three-ds-status",
|
|
2595
2595
|
paymentReference: transactionReference,
|
|
2596
2596
|
isCheckout: true
|
|
2597
2597
|
};
|
|
@@ -3821,7 +3821,7 @@ function BzpCheckoutCard({
|
|
|
3821
3821
|
email: "",
|
|
3822
3822
|
phoneNumber: "",
|
|
3823
3823
|
narration: "",
|
|
3824
|
-
redirectUrl: "
|
|
3824
|
+
redirectUrl: ""
|
|
3825
3825
|
},
|
|
3826
3826
|
onPaymentAuthorized,
|
|
3827
3827
|
onError
|
|
@@ -3989,7 +3989,7 @@ function MidenCheckoutIframe({
|
|
|
3989
3989
|
email: "",
|
|
3990
3990
|
phoneNumber: "",
|
|
3991
3991
|
narration: "",
|
|
3992
|
-
redirectUrl: "
|
|
3992
|
+
redirectUrl: ""
|
|
3993
3993
|
},
|
|
3994
3994
|
onError
|
|
3995
3995
|
}) {
|
|
@@ -4076,7 +4076,7 @@ function MidenCheckoutButton({
|
|
|
4076
4076
|
email: "",
|
|
4077
4077
|
phoneNumber: "",
|
|
4078
4078
|
narration: "",
|
|
4079
|
-
redirectUrl: "
|
|
4079
|
+
redirectUrl: ""
|
|
4080
4080
|
},
|
|
4081
4081
|
mode = "redirect",
|
|
4082
4082
|
onError
|
|
@@ -4159,7 +4159,7 @@ function MidenCheckoutCard({
|
|
|
4159
4159
|
email: "",
|
|
4160
4160
|
phoneNumber: "",
|
|
4161
4161
|
narration: "",
|
|
4162
|
-
redirectUrl: "
|
|
4162
|
+
redirectUrl: ""
|
|
4163
4163
|
},
|
|
4164
4164
|
onPaymentAuthorized,
|
|
4165
4165
|
onError
|