shivamguys / irctc-cypress-automation

Tatkal and Normal train Booking Automation in 1 Minute ✔️ Signing in with your username and password. ✔️ Auto Upgradation Enabled. ✔️ Filling Captchas and retrying untill success. ✔️ Support for Food Choices, Seats Preferences. ✔️ Payment Gateway Automation (Paying With UPI ID OR QR Code).
92 stars 142 forks source link

Continued to refresh QR code after payment done #31

Closed rockydares closed 4 months ago

rockydares commented 5 months ago

Payment was successful by QR code but still it was refreshing new QR code. Waited for a minute then I closed cypress. Ticket not booked it says.

(other)POST 200 https://securegw.paytm.in/theia/processTransaction?orderid=1000048842xxxxx
payment
(new url)https://securegw.paytm.in/theia/processTransaction?orderid=1000048842xxxxx
logObject{10}
(uncaught exception)TypeError: Cannot read properties of null (reading 'postMessage')
shivamguys commented 5 months ago

Ticket not booked it says. By IRCTC ? Might be paytm would not have received callback after payment done

shivamguys commented 5 months ago

the code has nothing to do after payment is done. Paytm would not have received the callback as (uncaught exception)TypeError: Cannot read properties of null (reading 'postMessage') is Paytm response object checking for transaction status. There might be something wrong on Paytm's side for that particular TXN. @rockydares

shivamguys commented 5 months ago

@rockydares ?

shivamguys commented 4 months ago

Stale Closing This.....