Skip to content

Commit 8cc360a

Browse files
committed
docs: fix links
1 parent 03b83a8 commit 8cc360a

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ That's [react-native-payments]() repository fork with merged fixes:
44
- [for Google Pay](https://github.com/naoufal/react-native-payments/pulls/riso) (thanks to [riso](https://github.com/riso))
55
- [podspec update](https://github.com/johnthepink) (thanks to [johnthepink](https://github.com/johnthepink))
66

7-
And added Google Pay button.
7+
Added Google Pay button.
8+
Added [CloudPayments](https://cloudpayments.eu) payment service support.
89

910
API has a BREAKING CHANGE in `canMakePayment` method usage.
1011

@@ -449,26 +450,26 @@ The sandbox environment is a great way to test offline implementation of Apple P
449450
## Apple Pay Button
450451
451452
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)
453454
454455
## Google Pay Button
455456
456457
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)
458459
459460
## Add-ons
460461
Here's a list of Payment Processors that you can enable via add-ons:
461462
- [Stripe](https://github.com/naoufal/react-native-payments/blob/master/packages/react-native-payments-addon-stripe)
462463
- [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)
464465
465466
🚨 _Note: On Android, Payment Processors are enabled by default._
466467
467468
## 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)
472473
473474
## Resources
474475
### Payment Request

0 commit comments

Comments
 (0)