Google Pay line items do not show when testing in emulator
See original GitHub issueBefore I have submitted the issue
[✓] I have read an installation guide
[✓] I know that for an iOS I need to install pods because I’ve read the installation guide
[✓] I have read a linking guide and checked that everything is OK like in manual linking guide
[✓] I know that before using tipsi-stripe
I need to set options for my app as described in usage guide
The problem
Briefly describe the issue you are experiencing (or the feature you want to see added to tipsi-stripe
).
Tell us what you were trying to do and what happened instead.
After integrating a Google Pay button in my app using paymentRequestWithNativePay(options, items)
, there are no line items or a price shown in the Google Pay pop-up modal. I have created my options correctly as defined here in the documentation for paymentRequestWithNativePay().
Note: I’m aware that the app may need to be approved first for some things to work, but as it is now, after clicking ‘continue’ I can successfully complete test charges via Stripe with this Google Pay modal. I’m just confused why no pricing or line items are displaying at all.
Environment
tipsi-stripe
version: 8.0.0-beta.10- Last
tipsi-stripe
version where the issue was not reproduced (if applicable): - iOS or Android: Android
- OS version:
- React-Native version: ~0.61.4
- (Android only)
com.google.firebase:firebase-core
version: 16.0.7 - (Android only)
com.google.android.gms:play-services-base
version: com.google.android.gms:play-services-wallet:18.0.0
Links to logs and sources
Create a GIST which is a paste of your full logs or sources, and link them here. If you are reporting a bug, always include build or error logs!
For Android
, please provide the following sections from android/app/build.gradle
:
- android.compileSdkVersion
- android.buildToolsVersion
- android.defaultConfig.minSdkVersion
- android.defaultConfig.targetSdkVersion
- android.defaultConfig.multiDexEnabled (if exists)
Screenshots, GIFs (Must to have)
Code To Reproduce Issue (Good To Have)
Please remember that with sample code it’s easier to reproduce the bug and it’s much faster to fix it.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (1 by maintainers)
Top GitHub Comments
@jcohenho I’m sorry, I couldn’t comment on all 200 closed issues. Stripe now has their own RN library and we want to encourage everyone to use it.
@cybergrind Why was this closed without any explanation?