Skip to content

Commit

Permalink
chore: update doc links to 5.4.0 (#1400)
Browse files Browse the repository at this point in the history
  • Loading branch information
erenbesel authored Sep 29, 2023
2 parents eec31d2 + 6b152d4 commit e99f773
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,15 @@ The `AdyenSwiftUI` module needs to be explicitly added to use the SwiftUI specif

## Drop-in

The [Drop-in](https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/dropincomponent) handles the presentation of available payment methods and the subsequent entry of a customer's payment details. It is initialized with the response of [`/sessions`][apiExplorer.sessions], and handles the entire checkout flow under the hood.
The [Drop-in](https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/dropincomponent) handles the presentation of available payment methods and the subsequent entry of a customer's payment details. It is initialized with the response of [`/sessions`][apiExplorer.sessions], and handles the entire checkout flow under the hood.

### Usage

#### Setting up the Drop-in

All Components need an `AdyenContext`. An instance of `AdyenContext` wraps your client key, environment, analytics configuration and so on.
Please read more [here](https://docs.adyen.com/development-resources/client-side-authentication) about the client key and how to get one.
Use **Environment.test** for environment. When you're ready to accept live payments, change the value to one of our [live environments](https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/environment)
Use **Environment.test** for environment. When you're ready to accept live payments, change the value to one of our [live environments](https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/environment)

```swift
let apiContext = try! APIContext(environment: componentsEnvironment, clientKey: clientKey)
Expand Down Expand Up @@ -338,31 +338,31 @@ Read our [**contribution guidelines**](CONTRIBUTING.md) to find out how.

This repository is open source and available under the MIT license. For more information, see the LICENSE file.

[reference]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/
[reference.dropInComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/dropin
[reference.installation]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/installation
[reference.styles]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/customization
[reference.advancedFlow]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/threeapis
[reference.cardComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/cardcomponent
[reference.threeDS2Component]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/threeds2component
[reference.applePayComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/applepaycomponent
[reference.bcmcComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/bcmccomponent
[reference.issuerListComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/issuerlistcomponent
[reference.weChatPaySDKActionComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/wechatpaysdkactioncomponent
[reference.qiwiWalletComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/qiwiwalletcomponent
[reference.sepaDirectDebitComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/sepadirectdebitcomponent
[reference.redirectComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/redirectcomponent
[reference.mbWayComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/mbwaycomponent
[reference.BLIKComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/blikcomponent
[reference.DokuComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/dokucomponent
[reference.BoletoComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/boletocomponent
[reference.ACHDirectDebitComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/achdirectdebitcomponent
[reference.AffirmComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/affirmcomponent
[reference.BACSDirectDebitComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/bacsdirectdebitcomponent
[reference.OnlineBankingComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/onlinebankingcomponent
[reference.AtomeComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/atomecomponent
[reference.UPIComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/upicomponent
[reference.QRCodeActionComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/qrcodeactioncomponent
[reference.CashAppPayComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/cashAppPayComponent
[reference]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/
[reference.dropInComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/dropin
[reference.installation]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/installation
[reference.styles]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/customization
[reference.advancedFlow]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/threeapis
[reference.cardComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/cardcomponent
[reference.threeDS2Component]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/threeds2component
[reference.applePayComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/applepaycomponent
[reference.bcmcComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/bcmccomponent
[reference.issuerListComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/issuerlistcomponent
[reference.weChatPaySDKActionComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/wechatpaysdkactioncomponent
[reference.qiwiWalletComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/qiwiwalletcomponent
[reference.sepaDirectDebitComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/sepadirectdebitcomponent
[reference.redirectComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/redirectcomponent
[reference.mbWayComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/mbwaycomponent
[reference.BLIKComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/blikcomponent
[reference.DokuComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/dokucomponent
[reference.BoletoComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/boletocomponent
[reference.ACHDirectDebitComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/achdirectdebitcomponent
[reference.AffirmComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/affirmcomponent
[reference.BACSDirectDebitComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/bacsdirectdebitcomponent
[reference.OnlineBankingComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/onlinebankingcomponent
[reference.AtomeComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/atomecomponent
[reference.UPIComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/upicomponent
[reference.QRCodeActionComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/qrcodeactioncomponent
[reference.CashAppPayComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/cashAppPayComponent

[apiExplorer.sessions]: https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/sessions

0 comments on commit e99f773

Please sign in to comment.