Skip to content

Releases: Worldline-Global-Collect/connect-sdk-client-flutter

1.1.1

29 Mar 13:18
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where the collected metadata did not properly identify the Flutter SDK.

1.1.0

19 Mar 10:41
Compare
Choose a tag to compare

This SDK is a rebranded and updated version of the SDK that was previously published under the Ingenico name. Next to renaming to Worldline, there were some minor changes. Please have a look at the release notes below to see what has changed. Previous versions and release notes of this SDK can be found here.

Some minor changes were also made in the Flutter SDK:

Added:

  • The function getPrivacyPolicy was added to the ClientApi to retrieve the policy for a paymentProductId and/or locale. Providing no paymentProductId will retrieve all available payment product policies. Providing no locale will return the default 'en_US' locale.

Fixed:

  • displayHints in PaymentProductField is now of type PaymentProductFieldDisplayHints? because it can be null in the native SDKs.

Removed:

  • PaymentProductFieldDisplayHints.empty constructor has been removed.