Replies: 2 comments 1 reply
-
Just add this package into your pubspec.yaml: https://pub.dev/packages/pay Then add the google_pay_payment_profile.json file into the asset directory (there is an example in the example app). And set the variable from the PaymentSheet for |
Beta Was this translation helpful? Give feedback.
0 replies
-
I setup the json file with my merchent id and my stripe publishable key. I installed the pay package. I added this to the androidManifest.xml Then I show the presentPaymentSheet with googlepay enabled but the button gpay on the top is not appearing. What am I missing? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I use the payment sheet to propose the payment in my app. It works great.
Now I would like to know how I can integrate Google pay. Are there big changes to do?
Is there a tutorial or code example?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions