Wij Skinner

Results 10 comments of Wij Skinner

I've submitted the PR above with the changes suggested above by @ImPDP and a couple of other to get it to build for me. This works for my fairly narrow...

To get it to work for me I had to bump my apps build:gradle dependency to 3.5.4 in `android/build.gradle` e.g. `classpath("com.android.tools.build:gradle:3.5.4")`

This seemed to be ok for the methods I listed above, however I have just tested this with an auth requiring stripe test card `4000 0027 6000 3184` (as in...

Also thanks to @cybergrind for moving so quickly. But could we make this a beta at best. With a nice warning about probably breaking everything if possible.

OK - super easy fix for that 3ds dialog issue. Just needed to add a: `PaymentConfiguration.init(getReactApplicationContext(), mPublicKey);` In `StripeModule.java` `init` function. Will do a PR when I have a sec.

Fix is there ☝️ for anyone who needs it. I'm having to use a fork anyway as we can't move our app to target iOS11 so I'm branching off tipsi-stripe...

I haven't tried that method @hbole. Or any method that isn't the ones I listed above I'm afraid. That error seems to be implying you are mixing test/live stripe. How...

The error suggests you are reusing an idempotency_key in your params (that has been used previously) with different other params. See this answer on stack overflow: https://stackoverflow.com/a/51281228/5222819 . Are you...

Down again. This is our apps final dependency on jitpack - just seems a bit of a flakier repo than others. Was trying to figure out a way to copy...