Skip to content

Commit e99f773

Browse files
authored
chore: update doc links to 5.4.0 (#1400)
2 parents eec31d2 + 6b152d4 commit e99f773

1 file changed

Lines changed: 28 additions & 28 deletions

File tree

README.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,15 @@ The `AdyenSwiftUI` module needs to be explicitly added to use the SwiftUI specif
101101

102102
## Drop-in
103103

104-
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.
104+
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.
105105

106106
### Usage
107107

108108
#### Setting up the Drop-in
109109

110110
All Components need an `AdyenContext`. An instance of `AdyenContext` wraps your client key, environment, analytics configuration and so on.
111111
Please read more [here](https://docs.adyen.com/development-resources/client-side-authentication) about the client key and how to get one.
112-
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)
112+
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)
113113

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

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

341-
[reference]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/
342-
[reference.dropInComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/dropin
343-
[reference.installation]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/installation
344-
[reference.styles]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/customization
345-
[reference.advancedFlow]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/threeapis
346-
[reference.cardComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/cardcomponent
347-
[reference.threeDS2Component]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/threeds2component
348-
[reference.applePayComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/applepaycomponent
349-
[reference.bcmcComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/bcmccomponent
350-
[reference.issuerListComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/issuerlistcomponent
351-
[reference.weChatPaySDKActionComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/wechatpaysdkactioncomponent
352-
[reference.qiwiWalletComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/qiwiwalletcomponent
353-
[reference.sepaDirectDebitComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/sepadirectdebitcomponent
354-
[reference.redirectComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/redirectcomponent
355-
[reference.mbWayComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/mbwaycomponent
356-
[reference.BLIKComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/blikcomponent
357-
[reference.DokuComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/dokucomponent
358-
[reference.BoletoComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/boletocomponent
359-
[reference.ACHDirectDebitComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/achdirectdebitcomponent
360-
[reference.AffirmComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/affirmcomponent
361-
[reference.BACSDirectDebitComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/bacsdirectdebitcomponent
362-
[reference.OnlineBankingComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/onlinebankingcomponent
363-
[reference.AtomeComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/atomecomponent
364-
[reference.UPIComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/upicomponent
365-
[reference.QRCodeActionComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/qrcodeactioncomponent
366-
[reference.CashAppPayComponent]: https://adyen.github.io/adyen-ios/5.3.0/documentation/adyen/cashAppPayComponent
341+
[reference]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/
342+
[reference.dropInComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/dropin
343+
[reference.installation]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/installation
344+
[reference.styles]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/customization
345+
[reference.advancedFlow]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/threeapis
346+
[reference.cardComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/cardcomponent
347+
[reference.threeDS2Component]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/threeds2component
348+
[reference.applePayComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/applepaycomponent
349+
[reference.bcmcComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/bcmccomponent
350+
[reference.issuerListComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/issuerlistcomponent
351+
[reference.weChatPaySDKActionComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/wechatpaysdkactioncomponent
352+
[reference.qiwiWalletComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/qiwiwalletcomponent
353+
[reference.sepaDirectDebitComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/sepadirectdebitcomponent
354+
[reference.redirectComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/redirectcomponent
355+
[reference.mbWayComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/mbwaycomponent
356+
[reference.BLIKComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/blikcomponent
357+
[reference.DokuComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/dokucomponent
358+
[reference.BoletoComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/boletocomponent
359+
[reference.ACHDirectDebitComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/achdirectdebitcomponent
360+
[reference.AffirmComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/affirmcomponent
361+
[reference.BACSDirectDebitComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/bacsdirectdebitcomponent
362+
[reference.OnlineBankingComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/onlinebankingcomponent
363+
[reference.AtomeComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/atomecomponent
364+
[reference.UPIComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/upicomponent
365+
[reference.QRCodeActionComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/qrcodeactioncomponent
366+
[reference.CashAppPayComponent]: https://adyen.github.io/adyen-ios/5.4.0/documentation/adyen/cashAppPayComponent
367367

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

0 commit comments

Comments
 (0)