-
Notifications
You must be signed in to change notification settings - Fork 18
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
Stack Overflow error when trying to use PaymentBuilder for custom payment #5
Comments
same issue here |
The implementation seems to be completely off, even after all this time. I ended up using Low Kah Onn's fork for now. It seems to work fine and maybe Pull Request should be considered at this point :-). From my pubspec.yaml:
|
@JohnyGQD Have you people tried it for google pay? |
@Pragya007 Never got the original plugin to work.. Had some customization done but are currently using it in production without problem. |
Okay, thanks!! @chwiz143 this fork works for google pay and apple way well, right.. |
@Pragya007 Think we did the same with the apple pay plugin as well. |
which one can you help please,,i want to interpret google pay and apple please reply |
1 similar comment
which one can you help please,,i want to interpret google pay and apple please reply |
@LeonidVeremchuk
Thanks for working on this plugin.
When trying to use makeCustomPayment with the PaymentBuilder() I keep getting "Stack Overflow" error in the invokeMethod's catchError. What I can tell It never reaches the android side of the plugin.
Even trying with the example code in the readme produces the same error.
Is the PaymentBuilder still work in progress?
The text was updated successfully, but these errors were encountered: