From 6b152d4b17230b3c1d04340f54c303d458bdf866 Mon Sep 17 00:00:00 2001 From: erenbesel Date: Thu, 28 Sep 2023 13:38:37 +0200 Subject: [PATCH] chore: update doc links to 5.4.0 --- README.md | 56 +++++++++++++++++++++++++++---------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 3f449d4d5f..70622b6e5d 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ 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 @@ -109,7 +109,7 @@ The [Drop-in](https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/dropin 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) @@ -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