github Adyen/adyen-android 4.12.0

latest releases: 5.5.0, 5.4.0, 4.13.5...
13 months ago

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

Don't miss a new adyen-android release

NewReleases is sending notifications on new releases.