You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28-28Lines changed: 28 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,15 +101,15 @@ The `AdyenSwiftUI` module needs to be explicitly added to use the SwiftUI specif
101
101
102
102
## Drop-in
103
103
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.
105
105
106
106
### Usage
107
107
108
108
#### Setting up the Drop-in
109
109
110
110
All Components need an `AdyenContext`. An instance of `AdyenContext` wraps your client key, environment, analytics configuration and so on.
111
111
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)
113
113
114
114
```swift
115
115
let apiContext =try!APIContext(environment: componentsEnvironment, clientKey: clientKey)
@@ -338,31 +338,31 @@ Read our [**contribution guidelines**](CONTRIBUTING.md) to find out how.
338
338
339
339
This repository is open source and available under the MIT license. For more information, see the LICENSE file.
0 commit comments