Skip to content

4.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 May 09:46
· 56 commits to v4 since this release
399f7cb

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()