Skip to content

Releases: Worldline-Global-Collect/connect-sdk-client-android-example-kotlin

2.0.4

23 Apr 11:49
Compare
Choose a tag to compare

Added:

  • Added a comment regarding this example only supporting currencies with two decimal places for GooglePay

Fixed:

  • Fixed an issue where you could initiate a GooglePay payment without providing a merchantId or merchantName

2.0.3

16 Apr 07:58
Compare
Choose a tag to compare

Updated:

  • Updated dependencies
  • Updated AGP to 8.9.1
  • Updated Kotlin version to 2.1.20
  • Improved UI for edge-to-edge support

Added:

  • Added Compose Compiler plugin, since that is required starting from Kotlin version 2.0.0

2.0.2

12 Nov 11:42
Compare
Choose a tag to compare

Added:

  • Added a toggle to enable whether the payment is in installments. This value will be taken into account when determining the availability of credit cards when making an IIN Details call.

Updated:

  • Updated dependencies.

2.0.1

23 Sep 09:08
Compare
Choose a tag to compare

Added:

  • Added AliPay+ logo.
  • Added AliPay+ translations.

Fixed:

  • The XML example now sets the unmasked value of expiry date in a PaymentRequest.
  • If the selected PaymentItem is of type BasicPaymentProduct, there is now a check if the item’s paymentMethod is “card” before proceeding to the card input screen.

Updated:

  • Updated dependencies.
  • Updated Trustly logo to its latest version.

2.0.0

19 Mar 10:08
Compare
Choose a tag to compare

This example is a rebranded and updated version of the example that was previously published under the Ingenico name. Next to renaming to Worldline, the example has been updated to be compatible with the rebranded and updated version of the Android SDK. Previous versions and release notes of this example can be found here.

An overview of the changes:

Fixed:

  • The colour of the header when using the Jetpack Compose example in dark mode.

Added:

  • Additional null checks for usages of PaymentProductField.displayHints because this property might be null.