You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.