JavaScript SDK v3.1 - June 4th, 2019
We have released version 3.1 of the Remote Pay SDK for JavaScript.
Updated baseTransactionRequest
The baseTransactionRequest
object now includes the externalReferenceId
field. This field can be used to associate a Clover transaction with the merchant's order identifier (such as an invoice or purchase order number).
Updated TipSuggestion setting with amounts
A TipSuggestion
can now be set with dollar amounts or percentages of the order total.
Bug fixes
This release includes several bug fixes to improve the performance and stability of the SDK.
NPM package
You can add the SDK to your project with the following command:
npm install remote-pay-cloud
Source code and more information
You can find detailed information about and source code for this release in our GitHub repo for JavaScript. For questions and feedback, use community.clover.com.
Updated over 3 years ago