Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

6.0.1

Compare
Choose a tag to compare
@IngenicoEPayments IngenicoEPayments released this 09 Mar 08:04
· 8 commits to master since this release
  • Changed:
    • Updated deprecated Android API usage.
    • Updated dependencies.
    • Updated target Android SDK version to 33.
  • Removed:
    • Removed unused code.
  • Fixed:
    • Fixed an issue where an unexpected exception could be caused by the SDK when providing too few digits in the GetIINDetails request. Instead of an exception, a success response with status NOT_ENOUGH_DIGITS will be returned. Please note that when this status occurs, other response fields will be null.
    • Fixed an issue where assets, such as product logos, are not pre-loaded by the SDK by default. The SDK now automatically loads these assets. Disable preloading by calling preLoadImages(false) when initializing the SDK.