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
For the 3D Secure 2: you can now customize the user interface using Adyen3DSTheme. This include support for fromThemeData(), which enables you use the styling from your application's existing theme.
Supported payment method: BLIK. Payment method type: blik. The shopper pays using a 6-digit code generated in their banking app.
For card payments: you can now offer shoppers the option to pay in installments.
The internal component architecture now uses a shared layer. This improves maintainability and makes it easier to extend components that are based on platform views.
For the Card Component: the implementation is now simplified and complies with the updated component architecture. Thanks @RahmiTufanoglu for the suggestions.