-
Notifications
You must be signed in to change notification settings - Fork 160
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
OnSuccess & OnClose Function not working #101
Comments
Same here. |
I am having the same issue. Have you been able to work around this @multiman95 @iamefe |
@kodervine Yes. Here's what worked for me:
I wrapped both onSuccess and onClose in curly brackets before they were recognized. I think the documentation needs to be updated. |
That worked. Thank you so very much. Yes, definitely a documentation issue |
You are welcome. I just made a pull request for the edit. |
Yeah hopefully. I know the older integration I'd had with paystack without the curly braces still work. But let's see what they resolve it |
Well.. Thanks guys, was facing the same difficulty for over 40mins now |
After payment success onSuccess does not work or throw any error and same as onClose
The text was updated successfully, but these errors were encountered: