You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
i am using ionic capacitor and want to integrate google pay using that plugin but as i click button to present google pay screen blinks and nothing happen no dialog for google pay form.
//variable.gradle
ext {
minSdkVersion = 26
compileSdkVersion = 34
targetSdkVersion = 33
androidxActivityVersion = '1.2.0'
androidxAppCompatVersion = '1.2.0'
androidxCoordinatorLayoutVersion = '1.1.0'
androidxCoreVersion = '1.3.2'
androidxFragmentVersion = '1.3.0'
junitVersion = '4.13.1'
androidxJunitVersion = '1.1.2'
androidxEspressoCoreVersion = '3.3.0'
cordovaAndroidVersion = '7.0.0'
stripeAndroidVersion = '20.41.0'
}
Sorry for the delay, most likely the settings in strings.xml and AndroidManifest.xml are wrong. Or you don't have Google Pay configured on your device.
Platform
Describe the bug
i am using ionic capacitor and want to integrate google pay using that plugin but as i click button to present google pay screen blinks and nothing happen no dialog for google pay form.
//variable.gradle
ext {
minSdkVersion = 26
compileSdkVersion = 34
targetSdkVersion = 33
androidxActivityVersion = '1.2.0'
androidxAppCompatVersion = '1.2.0'
androidxCoordinatorLayoutVersion = '1.1.0'
androidxCoreVersion = '1.3.2'
androidxFragmentVersion = '1.3.0'
junitVersion = '4.13.1'
androidxJunitVersion = '1.1.2'
androidxEspressoCoreVersion = '3.3.0'
cordovaAndroidVersion = '7.0.0'
stripeAndroidVersion = '20.41.0'
}
//below is buttons code
async createGooglePay() {
}
async presentGooglePay() {
return Stripe.presentGooglePay();
}
To Reproduce
Expected behavior
it should display google pay form
Screenshots
Additional context
Add any other context about the problem here.
Usage Product
If you adopt this plugin, please let us know which product you are using.
Product Name:
Product URL :
Using Function:
The text was updated successfully, but these errors were encountered: