Sfoglia il codice sorgente

fix timeout

master
Alex Cheung 1 anno fa
parent
commit
beb3ffd25d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/pages/Payment/FPS/FPS.js

+ 1
- 1
src/pages/Payment/FPS/FPS.js Vedi File

@@ -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);
}


Caricamento…
Annulla
Salva