@miden-npm/react 0.0.14 → 0.0.15
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 +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1782,7 +1782,7 @@ function BzpCheckoutIframe({
|
|
|
1782
1782
|
email: "",
|
|
1783
1783
|
phoneNumber: "",
|
|
1784
1784
|
narration: "",
|
|
1785
|
-
redirectUrl: ""
|
|
1785
|
+
redirectUrl: "https://sandbox-merchant.buzapay.com/account/three-ds-status"
|
|
1786
1786
|
}
|
|
1787
1787
|
}) {
|
|
1788
1788
|
const containerRef = (0, import_react6.useRef)(null);
|
|
@@ -1858,7 +1858,7 @@ function BzpCheckoutButton({
|
|
|
1858
1858
|
email: "",
|
|
1859
1859
|
phoneNumber: "",
|
|
1860
1860
|
narration: "",
|
|
1861
|
-
redirectUrl: ""
|
|
1861
|
+
redirectUrl: "https://sandbox-merchant.buzapay.com/account/three-ds-status"
|
|
1862
1862
|
},
|
|
1863
1863
|
mode = "redirect"
|
|
1864
1864
|
}) {
|
|
@@ -3085,7 +3085,7 @@ function BzpCheckoutCard({
|
|
|
3085
3085
|
email: "",
|
|
3086
3086
|
phoneNumber: "",
|
|
3087
3087
|
narration: "",
|
|
3088
|
-
redirectUrl: ""
|
|
3088
|
+
redirectUrl: "https://sandbox-merchant.buzapay.com/account/three-ds-status"
|
|
3089
3089
|
}
|
|
3090
3090
|
}) {
|
|
3091
3091
|
const [checkoutState, setCheckoutState] = (0, import_react11.useState)("PENDING");
|
|
@@ -3207,7 +3207,7 @@ function BzpCheckoutCard({
|
|
|
3207
3207
|
{
|
|
3208
3208
|
amount: paymentObject.amount,
|
|
3209
3209
|
currency: paymentObject.currency,
|
|
3210
|
-
redirectUrl: paymentObject.redirectUrl,
|
|
3210
|
+
redirectUrl: paymentObject.redirectUrl ?? "",
|
|
3211
3211
|
successObject
|
|
3212
3212
|
}
|
|
3213
3213
|
)
|