Open vitalyiegorov opened 1 year ago
Hi, thanks for sharing. I'm not using this lib in any projects at this moment, but let's hope someone takes the maintenance 🙏
@vitalyiegorov , thanks! your library help us a lot!!
@vurtnec Would be nice if you could open an issue or PR with the description of successful usage and gateway that you are using?
@vitalyiegorov , I'm still working on Fiserv integration with your SDK, still have some issue but looks like not related to the SDK. Will sync it once done.
@vitalyiegorov By the way, do you know why publicKeyHash is valid when send payload to gateway?
@vitalyiegorov Hi! I'm taking a look at your rewrite and it is looking promising! Do you have a quick list of things that have changed from this package?, for example on iOS paymentRequest.merchantCapabilities
can now be set, but also does not default to PKMerchantCapability3DS
anymore, these kind of this. Great job!
update: I just saw you do on the js side https://github.com/rnw-community/rnw-community/blob/master/packages/react-native-payments/src/class/payment-request/payment-request.ts#L242C24-L242C24
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 this library is not maintained anymore and not working on the Android(for us),
We have started with the fork by merging existing PRs, but unfortunately it did not work without additional native code changes, so I have decided to rewrite the lib using latest Android/Apple/W3C docs:
@rnw-community/react-native-payments
Would be nice to provide a link in the readme for other users.
Any feedback and PRs are highly appreciated.