Skip to main content

Version 12

Version 12

[12.0.3] - 2022-06-24

Added

  • Provides full support to QPOS Cute reader

Changed

  • Improves the invalid amount exception message to be more accurate

Fixed

  • Fixes a bug that makes SDKConfirmation.Sale.updatedAmount be ignored. This field now behaves as expected.
    • This bug was introduced on version 12.0.1, is not present on previous versions
  • A bug regarding special configuration for QPOS BT has been fixed
  • Fix UpdatedAmount

[12.0.2] - 2022-05-05

Changed

  • onScanFinish event is called when scanners finish scanning or when an error event has occurred. The expected behaviour is as follow:
    • Call "onScanFinish" when the scanners finish their scanning task
    • Call "onScanFinish" after "onError" event to inform that the scan task is finished

[12.0.1] - 2022-04-05

Added

  • AccountType has been added to the confirmation object. Please note that this is not needed for all the markets so these arguments are optional, currently this is only needed for Colombia. If you have doubts on this please contact Geopagos team.
  • Currency exponent support for 0 decimals has been added to Currency object. This exponent must be set according your market

Changed

  • Streamlined firmware and config updates. Now it's not necessary to pass firmwares and configs directly. The process is the same as before, but the SDK will receive only one file containing all firmwares and configs you need. This files will be signed and verified by the SDK
  • For transaction amount handling BigDecimal is used instead of double

Removed

  • Taxes has been removed from "SDKConfirmation". Now is handled alongside the transaction total in "SDKReadConfig" object. Please notes that if you wasn't using Taxes in the confirmation you can give SDKReadConfig a SDKTransactionTotals object with taxes amount of 0.

Fixed

  • Internal bug fixing and improvements.