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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
New
Pay by Bank is now supported as an Instant Component. Payment method type: paybybank.
Support for Swift Package Manager (SPM).
When migrating an existing project to Swift Package Manager (SPM), you must manually import
modules in your AppDelegate.swift:
import AdyenActions
If you apply custom styling to Drop-in, you must also include import AdyenDropIn.
Improved
For Apple Pay Component: the instantiation of the widget is now more efficient. Thanks @RahmiTufanoglu.
For the Instant Component: streamlined the implementation for Android by removing redundant code.
For Components in general: the communication of platformView height now includes a type specification.