-
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…
-
Making a google pay Payment with tokenisation type UnscheduledCardOnFile.
**Describe the bug**
Receiving a RECURRING_CONTRACT webhook, but the webhook is on error with message 'Unique constraint…
-
#### Issue details, reproduction steps/code
On the Android, when the application is restarted multiple times using back button (destroys activity but not application), despite calls to destroy, activ…
-
After successfull configurating of the module (Linking and AndroidManifest )
i get this error on the Log. Nothing happens after button click. All i have is a log
RN: 0.59.8
Device: Infinix Zero 5…
-
我发现一个问题,我的金额是500,在UGX和IDR为货币单位时,SDK要求传入的金额*100,然后在支付后,金额的确也是500的。但是在调起弹窗的时候,iOS端的金额显示为50000,Andriod端是正常的。
这是我的代码:
`await Stripe.instance.initPaymentSheet(
paymentSheetParameters: SetupPayme…
-
Добрый день.
Меня смутила функция fun **openGooglePay**(activity: Activity, price: Money, requestCode: Int)
Пытаясь выяснить, почему у меня не работает оплата через googlePay, залез в **createPaymen…
-
Hello @barbieri @miracle2k @markrickert @madoke @kowalski
Thank you guys for this awesome library, as this is the only react-native library for processing the ApplePay/GooglePay,
unfortunately …
-
Redsys allows integrating with both Goole Pay and Apple PAy:
https://pagosonline.redsys.es/googlePay.html
https://pagosonline.redsys.es/applePay.html
In short:
- To integrate with Google Pay i…
-
Hello, I'm using `GooglePay` with Braintree on Android like so:
```
const METHOD_DATA_ANDROID = [{
supportedMethods: ['android-pay'],
data: {
supportedNetworks: ['visa', 'ma…
-
After i enter all the card details and click on the Button, It is continuously giving me this error message.
versions:
react-native - 0.61.5
react - 16.9.0
react-native-braintree-dropin-ui - 1.…