-
I used the Mobile Payment Element option in my react native mobile app. It works fine for the card, but does not show up the Google Pay button, even when i enabled it following this:
https://stripe.c…
-
We haven't used the deprecated onActivityResult in our app in some time, we use registerForActivityResult with ActivityResultContracts as Google recommends. Now when we added the Adyen SDK in order to…
-
After payment with phonePe or Googlepay amount is deducted but no response when it's return back on this function
please resolve this problem successCallback
-
**Description:**
I am experiencing an issue with the Adyen payment module on PrestaShop 5.2.1, specifically with the express checkout feature for ApplePay, GooglePay, and PayPal.
**Steps to Reprod…
-
When I tried to test on Android it crashes
```
BraintreeDropIn.show({
clientToken: token,
googlePay: false
})
```
here is my build.gradle extensions:
```
buildToolsVersion =…
-
https://zxning.github.io/2020/03/27/GooglePay/
APP接入Google play之后,如何开展测试以及可能遇到的问题,做个备忘
-
I have a question about GooglePay structures.
What are you storing in the raw field?
For example
type baseSignedMessage struct {
EncryptedMessage paytokens.Base64Encoded
EphemeralPublicKey paytok…
-
Hi there, disabling payment options like - cardDisabled, paypal: false, googlePay: false, don't work in my case.. I think the package is just taking look at clientToken and showing whatever options u …
GFean updated
2 years ago
-
Please let me know which feature i can work?
I can add:About App Screen, Share This App Feature,Buy Me Coffee Feature,Payment like phopay,googlepay,paytm,
or contact us feature let me know!
- [ …
-
Hi guys,
I just installed this lib and faced this an issue. Once I try to call
BraintreeDropIn.show({
clientToken: token.clientToken,
orderTotal: '20',
googlePay: true,
v…