Cloud Bridge Change Logs

Nomad POS

VersionDetails
1.2.22c
1.2.8sc- initial version (Money store)

Windows

VersionDetails
1.6.4- updates to the background process that processes the suspended transactions
1.6.3- transaction reversal logic for Propay
1.6.2- added additional checks to avoid a threading issue
1.6.1- Gateway Response from ProPay includes values in AccountName and ObfuscatedAccountNumber. Important Note: - To enable these values to be returned by ProPay, transaction JSON sent to the cloud must contain "shouldStoreCardData" : true and "postalCode" : "ADD_YOUR_POSTAL_CODE"
- Few UI enhancements
1.6.0- Workaround for AID selection for Visa-backed Debit Cards
1.5- Updates to "posData" object for non-ProPay gateway implementations
1.4- Added diagnostics to transaction object
1.3- Added support for tip, taxes and fees being sent in the transaction request payload
- Added support for handling transaction configurations like "endpoint" changes, "enabledEntryModes" and "logging"
- Bug fixes for endpoint flavor where app reverts to production mod
1.2- release version

Mac

VersionDetails
1.11Updates for non-ProPay Endpoint
* Added string based properties"deviceInputCapability" and "pinCaptureCapability" to Terminal endpoint configuration. Transaction request to the gateway would send the values set to these variables
1.10QuickChip support enabled
1.81. Added feature to send logs to the cloud server. App now features a button on the menu window which sends the logs to the cloud server
2. Updates for non-ProPay Endpoint
2.1 Added meta object to "posData" object
2.2 Added "device" object
2.3 Removed sending "panCaptureMethod" except in case of fallback scenario
1.7- file based logging
- dynamic config updates
To enable DEBUG logs, the terminal configuration object should have the DEBUG logLevel set as below:
"logging" : {
"logLevel" : "DEBUG"
},
To access log files:
1. Open Finder
2. Select option Go from the Menu bar of Finder application --> Select Go to Folder
3. Enter ~/Library/Containers/com.netsecure.CloudBridge/Data/Documents/Logs
1.6Changeset:
1. Updated to JSON based CAPTURE api for ProPay from XML based
2. Updates to “posData” object for non-ProPay endpoints
1.5- Bug fix related to sending termid to avoid IP blocked issue for ProPay authentication
- Bug fix related to transaction configuration endpoint changes for ProPay
1.4- Auto-calculation of amounts with subtotal, tip, tax and fees
- Handles enpoint and cardinterface configurations received in transaction json
- enableJsonPassThru support for sending extra properties to PPS server
- Crash fix related to non-ProPay Endpoint where the terminal json has no merchantId
- Defaults to production server. Double click on anywherecommerce logo on login screen changes to sandbox
1.3- Release