Skip to content

1.4.2

Compare
Choose a tag to compare
@eric-clover eric-clover released this 19 Apr 21:39
· 13 commits to master since this release
e1adfdc

WARNING

  • This version 1.4.2 introduced a behavior change with the new PreAuth Capture flow. We realize that this should have waited until version 2.0.0 to avoid impacting existing integrations. Please use version 1.4.3 instead, which defaults the PreAuth Capture flow to the existing implementation.

NOTES

  • Full support of version 1.4.2 features requires version 169 or higher of the Pay Display app.
  • Only the updated version 2 Pre-Auth capture flow requires version 169 or higher of the Pay Display App, all other features require version 143 or higher of the Pay Display app. Version 1 Pre-Auth capture flow is still supported in version 169 and higher and by this framework.

NEW

  • Added support for the updated Pre-Auth capture flow that includes CVM verification (Requires Pay Display 169 or higher)

FIXES

  • Calling dispose() will now cleanup the websocket prior to broadcasting the disconnect to all listeners, rather than after.
  • Added Pre-Auth Capture example code to the Example App.
  • When a ReadCard operation is cancelled, the ReadCardDataResponse object will now include a reason.
  • Transaction Settings Signature Threshold is now populated in the sent message.
  • CloverConnectorBroadcaster’s listeners array was moved to private access with accessors for thread safety.