react-native-payments icon indicating copy to clipboard operation
react-native-payments copied to clipboard

Supporting firstdata gateway

Open giriprathap opened this issue 4 years ago • 1 comments

supportedGateways: IS_ANDROID ? ['stripe', 'braintree', 'firstdata'] // On Android, Payment Gateways are supported out of the gate. : ReactNativePayments ? ReactNativePayments.supportedGateways : []

giriprathap avatar Feb 18 '20 23:02 giriprathap

Hey @giriprathap , thanks for your contribution. Could you please explain the changes you made?

The rebase makes it hard to see. It looks like you added firstdata to the gateway list but there needs to be a lot of additional native code written for this to work.

nabilfreeman avatar Nov 17 '20 22:11 nabilfreeman