4.12.0
New
- Payment method: Cash App Pay.
Fixed
- For Google Pay, serializing the shipping address parameters no longer causes an error.
- For WeChat Pay on Android 11, an API restriction no longer causes an error.
Removed
- For 3D Secure 2, the
threeDSRequestorAppURL
will not have a default value anymore. You can set it manually using:
Adyen3DS2Configuration.Builder(locale, environment, clientKey)
.setThreeDSRequestorURL("https://{your app.com}/adyen3ds2")
.build()