-
Notifications
You must be signed in to change notification settings - Fork 107
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
handle modal dismiss #28
Comments
Modal dismiss will return error code 2. You can handle it in the error handler. |
It will trigger the error handler on modal close sometimes but not always.
…On May 14, 2017 9:24 PM, "Akshay Bhalotia" ***@***.***> wrote:
Modal dismiss will return error code 2. You can handle it in the error
handler.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ANO20g9kjHAm3gWUsSn1SEUtyBf0PSZeks5r59NrgaJpZM4NaUYi>
.
|
On Android. BTW.
…On May 14, 2017 9:24 PM, "Akshay Bhalotia" ***@***.***> wrote:
Modal dismiss will return error code 2. You can handle it in the error
handler.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ANO20g9kjHAm3gWUsSn1SEUtyBf0PSZeks5r59NrgaJpZM4NaUYi>
.
|
It should always be calling the error handler. Could you let us know the steps to reproduce the scenario when it doesn't? cc @mb-14 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi, is it possible to create a handler for when the RazorPay checkout modal is dismissed? i tried passing a function as options.modal.ondismiss but it does not seem to run.
The text was updated successfully, but these errors were encountered: