Releases: fattmerchantorg/fattmerchant-android-sdk
Releases · fattmerchantorg/fattmerchant-android-sdk
2.0.0
1.2.2
Bugs Fixed:
Crash on Omni.Initialize
This version fixes an issue affecting v1.2.1 where attempting to initialize the Omni SDK caused a crash. Instead of crashing, the SDK will now properly invoke the error
callback passed into initialize
1.2.1
EMV Support for BBPOS Chipper 2XBT! 💸 🤑 💰
This release adds EMV support for the BBPOS Chipper 2XBT. You are now able to accept a payment on the Chipper 2XBT by inserting a chip card.
Bugs Fixed:
Card reader connection timeout
This version fixes an issue affecting v1.2.0 where attempting to connect to a mobile reader that was powered off did not actually call the onFail
callback of Omni.connectReader. When you try to connect to there is now a timeout period of about 60 seconds. If the reader cannot be reached before the timeout expires, then the onFail
callback is invoked, letting you know that the reader connection failed.