-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Paytm app popup does not close automatically #9
Comments
Also web hook is not being called when redirection is false. |
There is a close method on the checkout instance, we get the instance in the below-shown subscription, this can be added to ngOnInit
now on the transaction event handler, you can close this instance
Note : To use angular variable inside this event handlers when you set handler set it like below using arrow functions,
also unsubscribe the subject in ngOnDestroy
|
This does not resolve the issue |
After payment successfully done or fail, Paytm payment popup does not close automatically. User need to close it manually.
The text was updated successfully, but these errors were encountered: