Releases: airwallex/airwallex-payment-android
Releases · airwallex/airwallex-payment-android
6.0.6
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
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
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
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
What's Changed
- [APAM-67]add publish-snapshot.gradle by @passyruan in #155
- [APAM-63] refactor the payment list code by @passyruan in #152
- [APAM-58] support redirect component low level by @passyruan in #156
Full Changelog: 6.0.1...6.0.2
6.0.1
What's Changed
- [APAM-51] card-CVC-validation by @passyruan in #149
- [APAM-60]load fallback url in web when redirection to app fails by @passyruan in #150
- [APAM-33]utilise pacheckoutdemo by @passyruan in #146
- [APMA-66]remove the requireNotNull check for initialPaymentIntentId. by @passyruan in #153
- [APAM-59] create MIGRATING.md by @passyruan in #154
Full Changelog: 6.0.0...6.0.1
6.0.0
This release includes several breaking changes. See the migration guide for more details.
What's Changed
-
$\color{red}{\textbf{Breaking:}}$ the parameterClientSecretProvider
will be removed from thecom.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
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
What's Changed
- Add
skipReadinessCheck
toGooglePayOptions
to skip Google API IsReadyToPay check.
Full Changelog: 5.0.2...5.0.3