|
|
@@ -166,7 +166,7 @@ const Index = () => { |
|
|
|
const currentTime = new Date; |
|
|
|
console.log(time) |
|
|
|
getPaymentStatus(); |
|
|
|
if (timeOutDate.getTime()>currentTime.getTime()){ |
|
|
|
if (timeOutDate.getTime()<currentTime.getTime()){ |
|
|
|
console.log("stop"); |
|
|
|
clearInterval(currentTimer.current); |
|
|
|
} |
|
|
|