added a delay for redirect to bank gateway

This commit is contained in:
Mamalizz
2025-04-16 20:08:58 +03:30
parent c7460d608f
commit 28e4f87d01
@@ -90,7 +90,9 @@ const handlePayment = () => {
},
{
onSuccess: (data) => {
window.location.href = data.url;
setTimeout(() => {
window.location.href = data.url;
}, 2000);
},
onError: () => {
addToast({