-
Notifications
You must be signed in to change notification settings - Fork 131
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
google pay button not visble without any error #270
Comments
I have same issue. FutureBuilder(
|
Make sure you have a card in your google wallet! This has happened to me and when i added a card in the google wallet the button appeared. The same issues can be fixed with the same way in the ios platform. |
Hello, the error object contains information about the issue. What do you see there? |
I had this issue and it was ultimately down to ensuring that the state of widget holding the button was correctly set. I had user actions that were determining when the pay button would show, but button would not show and this caused it always to attempt to access the childOnError property. I used this function every time state was changed and it resolved the issue:
And then wherever state was changed I made a call to that function: |
i use string json config
here print error but not print any thing
onError: (e){
print('this error $e');
},
The text was updated successfully, but these errors were encountered: