Skip to content

Latest commit

 

History

History
76 lines (65 loc) · 5.47 KB

RELEASE_NOTES.md

File metadata and controls

76 lines (65 loc) · 5.47 KB

New

Warning

For Twint Components integrations, you must now use TwintComponent instead of InstantPaymentComponent.

  • For French meal vouchers, the following payment method types are now available:

    • Up. Payment method type: mealVoucher_FR_groupeup.
    • Natixis. Payment method type: mealVoucher_FR_natixis.
    • Sodexo. Payment method type: mealVoucher_FR_sodexo.
    • Learn to configure French meal vouchers.
  • For API-only integrations with encrypted card details, you can now use the following classes to validate corresponding fields:

    Class Description
    CardNumberValidator Validates the card number field.
    CardExpiryDateValidator Validates the expiry date field.
    CardSecurityCodeValidator Validates the security code field.
  • Support for the following locales:

    Locale Values
    Catalan ca-ES
    Icelandic is-IS
    Bulgarian bg-BG
    Estonian et-EE
    Latvian lv-LV
    Lithuanian lt-lT

Fixed

  • When parsing JSON objects with explicit null values, JSON deserialization no longer returns the coerced null string.

Improved

  • For UPI Intent, if the shopper selects the Continue button without selecting an UPI option, an error message now shows.
  • For Drop-in, in the navigation bar, the accessibility of the Back/Close button is improved.

Changed

Deprecated

  • The style for payment method list headers. Use the new style instead.

    Previous Now
    AdyenCheckout.TextAppearance.HeaderTitle AdyenCheckout.TextAppearance.HeaderLabel
  • The com.adyen.checkout.instant.ActionHandlingMethod method. Use the new method instead.

    Previous Now
    com.adyen.checkout.instant.ActionHandlingMethod com.adyen.checkout.components.core.ActionHandlingMethod