mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
refactor(payment-links): use top redirection in status page (#8641)
This commit is contained in:
@ -360,7 +360,7 @@ function renderStatusDetails(paymentDetails) {
|
|||||||
url.search = params.toString();
|
url.search = params.toString();
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
// Finally redirect
|
// Finally redirect
|
||||||
window.location.href = url.toString();
|
window.top.location.href = url.toString();
|
||||||
}, 1000);
|
}, 1000);
|
||||||
}
|
}
|
||||||
}, i * 1000);
|
}, i * 1000);
|
||||||
|
|||||||
Reference in New Issue
Block a user