@@ -4,7 +4,8 @@ That's [react-native-payments]() repository fork with merged fixes:
4
4
- [ for Google Pay] ( https://github.com/naoufal/react-native-payments/pulls/riso ) (thanks to [ riso] ( https://github.com/riso ) )
5
5
- [ podspec update] ( https://github.com/johnthepink ) (thanks to [ johnthepink] ( https://github.com/johnthepink ) )
6
6
7
- And added Google Pay button.
7
+ Added Google Pay button.
8
+ Added [ CloudPayments] ( https://cloudpayments.eu ) payment service support.
8
9
9
10
API has a BREAKING CHANGE in ` canMakePayment ` method usage.
10
11
@@ -449,26 +450,26 @@ The sandbox environment is a great way to test offline implementation of Apple P
449
450
## Apple Pay Button
450
451
451
452
Provides a button that is used either to trigger payments through Apple Pay or to prompt the user to set up a card.
452
- [Detailed docs and examples](react-native-payments/ docs/ApplePayButton.md)
453
+ [Detailed docs and examples](docs/ApplePayButton.md)
453
454
454
455
## Google Pay Button
455
456
456
457
Provides a button that is used to trigger payments through Google Pay.
457
- [Detailed docs and examples](react-native-payments/ docs/ApplePayButton.md)
458
+ [Detailed docs and examples](docs/ApplePayButton.md)
458
459
459
460
## Add-ons
460
461
Here's a list of Payment Processors that you can enable via add-ons:
461
462
- [Stripe](https://github.com/naoufal/react-native-payments/blob/master/packages/react-native-payments-addon-stripe)
462
463
- [Braintree](https://github.com/naoufal/react-native-payments/blob/master/packages/react-native-payments-addon-braintree)
463
- - [CloudPayments](react-native-payments/docs/CloudPayments.md)
464
+ - [CloudPayments](react-native-payments-alive /docs/CloudPayments.md)
464
465
465
466
🚨 _Note: On Android, Payment Processors are enabled by default._
466
467
467
468
## API
468
- ### [NativePayments](react-native-payments/ docs/NativePayments.md)
469
- ### [PaymentRequest](react-native-payments/ docs/PaymentRequest.md)
470
- ### [PaymentRequestUpdateEvent](react-native-payments/ docs/PaymentRequestUpdateEvent.md)
471
- ### [PaymentResponse](react-native-payments/ docs/PaymentResponse.md)
469
+ ### [NativePayments](docs/NativePayments.md)
470
+ ### [PaymentRequest](docs/PaymentRequest.md)
471
+ ### [PaymentRequestUpdateEvent](docs/PaymentRequestUpdateEvent.md)
472
+ ### [PaymentResponse](docs/PaymentResponse.md)
472
473
473
474
## Resources
474
475
### Payment Request
0 commit comments