Skip to content

v1.9.0

Choose a tag to compare

@Robert-SD Robert-SD released this 02 Apr 12:11
· 285 commits to main since this release
4187e81

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.

Improved

  • 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.

Changed