You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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