Google pay option is not showing in default sheet #967
Replies: 3 comments
-
What happens when you call
|
Beta Was this translation helpful? Give feedback.
-
@jonasbark I am facing the same problem here is my code await Stripe.instance.initPaymentSheet( await Stripe.instance.presentPaymentSheet(); final googlePaySupported = await Stripe.instance.isGooglePaySupported(IsGooglePaySupportedParams()); This is returning me True |
Beta Was this translation helpful? Give feedback.
-
Its returning true. value |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
I have used flutter_stripe SDK 5.0.0 and and I am trying to implement google pay functionality in default sheet. also I have enable google pay option inside SetupPaymentSheetParameters
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When I open stripe default sheet at that time I need google pay option in default sheet.
Smartphone / tablet
Additional context
Beta Was this translation helpful? Give feedback.
All reactions