You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The handleRedirect function is not called when there is a delay in confirmation when paying with bank transfer. Resulting in the user being debited, and not knowing if the transaction was successful or failed
Steps to Reproduce
Initiate Payment
Change Payment method to Bank Transfer
Experience a delay in confirmation
Transaction eventually goes through and the user gets debited, but the handleRedirect function is not called and I don't get to know if the transaction was successful
Expected behavior
handleRedirect gets called and I get to know if the transaction was successful or failed
Reproduces how often
I have experienced it twice in seven transactions so far
Additional Information
There's no error message
The text was updated successfully, but these errors were encountered:
It's quite frustrating and hard to debug since the occurrence is random. There's still no fix so far.
I have to manually carry out the success or fail action anytime the issue occurs
Description
The
handleRedirect
function is not called when there is a delay in confirmation when paying with bank transfer. Resulting in the user being debited, and not knowing if the transaction was successful or failedSteps to Reproduce
Bank Transfer
handleRedirect
function is not called and I don't get to know if the transaction was successfulExpected behavior
handleRedirect
gets called and I get to know if the transaction was successful or failedReproduces how often
I have experienced it twice in seven transactions so far
Additional Information
There's no error message
The text was updated successfully, but these errors were encountered: