terminal-gateway 1.0.16 → 1.0.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -62,6 +62,8 @@ __onEnquiry():__ This method allows you to receive the response back with the re
62
62
  | --- | --- | --- | --- | --- |
63
63
  | invoice | String | Yes | | The invoice number must be unique. example: `INV0011620291635`|
64
64
 
65
+ <br />
66
+
65
67
  ``` javascript
66
68
  terminal.onEnquiry({invoice: 'INV0011620291635'});
67
69
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "terminal-gateway",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "description": "POS SDK is a library that allows users to perform sale transactions on a terminal from a web browser.",
5
5
  "main": "index.js",
6
6
  "author": "",