lightspeed-retail-sdk 1.0.13 → 1.0.14

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -246,7 +246,7 @@ class LightspeedRetailSDK {
246
246
 
247
247
  async getManufacturers(relations) {
248
248
  const options = {
249
- url: `${this.baseUrl}/${this.accountID}/Category.json`,
249
+ url: `${this.baseUrl}/${this.accountID}/Manufacturer.json`,
250
250
  method: "GET",
251
251
  };
252
252
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lightspeed-retail-sdk",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "Another unofficial Lightspeed Retail API SDK for Node.js",
5
5
  "main": "index.js",
6
6
  "scripts": {