Skip to content

Releases: airwallex/airwallex-payment-android

6.0.6

21 Nov 10:44
Compare
Choose a tag to compare

What's Changed

  • [APAM-82] support google pay recurring mode by @passyruan in #163
  • chore: remove the internal keyword from CardParser by @passyruan in #164

Full Changelog: 6.0.5...6.0.6

6.0.5

08 Nov 03:49
Compare
Choose a tag to compare

What's Changed

  • chore: fix the problem with the app icon not showing up. by @passyruan in #161
  • chore: add the setNumberType method to the Card class. by @passyruan in #162

Full Changelog: 6.0.4...6.0.5

6.0.4

30 Oct 06:39
Compare
Choose a tag to compare

What's Changed

  • [APAM-72] refactor the initialize method of Airwallex. by @passyruan in #159

Full Changelog: 6.0.3...6.0.4

6.0.3

21 Oct 07:37
Compare
Choose a tag to compare

What's Changed

  • [APAM-70] fix risk sdk not recording open events by @passyruan in #158

Full Changelog: 6.0.2...6.0.3

6.0.2

19 Sep 03:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.0.1...6.0.2

6.0.1

11 Sep 02:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.0.0...6.0.1

6.0.0

29 Aug 08:49
Compare
Choose a tag to compare

This release includes several breaking changes. See the migration guide for more details.

What's Changed

  • $\color{red}{\textbf{Breaking:}}$ the parameter ClientSecretProvider will be removed from the com.airwallex.android.core.Airwallex.Companion#initialize method.

Description:

com.airwallex.android.core.Airwallex.Companion#initialize method will no longer take the ClientSecretProvider parameter. Instead, provide the clientSecret when creating com.airwallex.android.core.AirwallexRecurringSession in the recurring process.

Reason:
To standardize the session creation process and simplify com.airwallex.android.core.Airwallex.Companion#initialize.

  • Support payment with standalone card UI
  • Support payment by PaymentConsent with conditional CVC popup
  • Refactor Sample app

Full Changelog: 5.0.4...6.0.0

5.0.4

22 Aug 10:31
Compare
Choose a tag to compare

What's Changed

  • Support JCB, Amex, Discover on Google Pay.
  • Correct analytics logs
  • Fix potential memory leak on Google Pay.

Full Changelog: 5.0.3...5.0.4

5.0.3

13 Aug 08:38
Compare
Choose a tag to compare

What's Changed

  • Add skipReadinessCheck to GooglePayOptions to skip Google API IsReadyToPay check.

Full Changelog: 5.0.2...5.0.3

5.0.2

06 Aug 06:18
Compare
Choose a tag to compare

What's Changed

  • Minor bug fixes

Full Changelog: 5.0.1...5.0.2