diff --git a/src/pages/Payment/FPS/FPS.js b/src/pages/Payment/FPS/FPS.js index 8bd049d..ed8b6d0 100644 --- a/src/pages/Payment/FPS/FPS.js +++ b/src/pages/Payment/FPS/FPS.js @@ -286,7 +286,8 @@ const Index = () => { } }, onError: function(){ - cancelPayment() + alert("ERROR") + // cancelPayment() // clearInterval(currentTimer.current); } }); @@ -301,16 +302,17 @@ const Index = () => { // console.log(timeOutDate) // console.log(currentTime) // console.log(timeOutDate.getTime()-currentTime.getTime()) - getPaymentStatus(); - - if (timeOutDate.getTime()