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 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