Skip to content

5.27.0

Compare
Choose a tag to compare
@m1aw m1aw released this 03 Oct 14:47
fde7153

New

  • Payment method: PayByBank #1751
  • Adds support for enableStoreDetails #1706

Improved

  • The mount function now mounts a Component after it has been unmounted. Previously, only remount could remount a Component. #1772

Fixed

  • For Google Pay, payment submission errors now trigger the onError callback instead of throwing an exception. #1774
  • On mobile, redirecting the shopper to another app no longer triggers the onError callback with an AdyenCheckoutError. #1764 (thanks to @DavidVujic)
  • For UPI, changing the payment mode to QR code now triggers the onChange callback. Previously, only changing the payment mode to VPA triggered the callback. #1776