We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b16b034 + 166c0a4 commit 1065ef3Copy full SHA for 1065ef3
CHANGELOG.md
@@ -4,7 +4,11 @@
4
5
- Pay by Bank is now supported as an Instant Component. Payment
6
method [type](https://docs.adyen.com/payment-methods/payment-method-types): **paybybank**.
7
-- Support for Swift Package Manager (SPM).
+- Support for Swift Package Manager (SPM).
8
+ When migrating an existing project to Swift Package Manager (SPM), you must manually import
9
+ modules in your `AppDelegate.swift`:
10
+ * `import AdyenActions`
11
+ * If you apply custom styling to Drop-in, you must also include `import AdyenDropIn`.
12
13
### Improved
14
0 commit comments