Releases: Adyen/adyen-web
Releases · Adyen/adyen-web
5.58.0
firstName
and lastName
in the billingAddress
when making a /payments
call for Card
, Boleto
and ACH
payment methods. Fixed in 5.60.0
New
- Added the support for new Riverty component. (It will replace the old AfterPay component in the future, currently only supports AT, CH and DE countries.) (#2532)
- Added the support for the new OnlineBankingFI component (#2528)
- For Drop-in, when countryCode is set to FI, no payment method is selected by default and all payment methods are collapsed to comply with Finnish regulations.
Fix
- Fixed an issue where clicking on Card fields caused console errors for shoppers using an iOS device.
(#2557)
5.57.0
5.56.1
5.56.0
this
bindings breaking for the Credit Card payment method on some iOS devices. Fixed in 5.58.0
New
- Add support for the PayMe payment method. (#2476)
Improvements
- Improve the payment status check call for QR payments. (#2506)
- Detect when the value of a data-cse attribute is not supported, and don't create a SF for it (#2495)
- update sessionData after /setup call (#2504)
Bug fixes
- Fix incorrect grammar German pay button (#2505)
5.55.1
5.55.0
5.54.0
New
- added new
onAddressSelected
callback to fill data when an item is selected in AddressSearch [#2406] - Click to Pay - Enabling MC/Visa to drop cookies if the shopper gives consent [#2409]
Improvements
- Click to Pay - Replacing loading gif by animated SVGs [#2435]
- Pass the
browserInfo
in thestate.data
forRedirect
PMs, in order to fix the mobile web integration for some redirect payments. [#2469]
Fixes
5.53.3
5.53.2
Bug fixes
- Types are resolved when using different
moduleResolution
values within Typescript config (#2313) (thanks to @janhellar )
Improvements
- QRLoader component - the QR loader shows amount and redirect button before the QR code image. (#2359)