Releases: Adyen/adyen-web
Releases · Adyen/adyen-web
5.24.0
New
- For ACH Direct Debit payments, the shopper can now choose to save their payment details. Set
enableStoreDetails
to true in the payment method configuration to enable the checkbox. #1720
Bug fixes
- When the shopper selects a checkbox, the check mark now renders correctly. Previously, only a part of the check mark rendered. #1724
Improvements
5.23.1
5.23.0
5.22.0
5.21.0
New
- Add support for installmentOptions for Sessions #1660
- Adds new callback and method to fix giftcard without submit button #1669
Bug fixes
- Fix bug where BankTransfer comp wasn't shown if showPayButton set to false #1679
- UPI - Fix for uncaught exception after timeout #1676
- Fixes for issue #1634 whereby you could still enter a 4 digit cvc even when Amex is not a supported brand
Improvements
- Upped SecuredFields version to 4.1.1
5.20.0
5.19.0
5.18.0
New
- For the Gift card Component using the /sessions endpoint, the onOrderCreated callback returns an order and remainingAmount when the amount on the gift card is not enough to complete the payment. #1631 #1652
- Support for the new India live environment that you can use for shoppers in that location, if you also use India location-based live endpoints. When configuring your instance of AdyenCheckout, use the environment live-in. #1649
Fixed
- The AmazonPay Component now loads the AmazonPay SDK that corresponds to the region from the paymentMethods response. #1644
- After the shopper selects the Pay button, the Card Component no longer allows the shopper to interact with the card input fields. #1648
Internal improvement
- Improved the way that the code parses the 3DS2 response when handling a 3DS2 Challenge error #1642
5.17.0
New
- Add your signed JSON Web Token (JWT) to your Google Pay configuration using configuration.authJwt. This allows you to use your Google merchant ID with multiple domains. (#1629) (Thanks to @strublos)
Improvements
- 3DS2 handling challenge error #1627
5.16.2
Bug fixes
- Fixing bug with clearing unsupported card when Pay button press… #1619
- Fixes state reset when beforeSubmit is rejected #1625
- Donation component - Showing decimals in the labels #1620
- Fix for Drop-in within HTML form triggering page refresh #1618
- Accessibility: Add ErrorPanel component to StoredCardFieldsWrapper #1609 (thanks to @diego9497)