@longvansoftware/storefront-js-client 2.1.4 → 2.1.5

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.
@@ -478,7 +478,7 @@ class CrmService extends serviceSDK_1.Service {
478
478
  const query = queries_1.SEARCH_TOPIC;
479
479
  const variables = {
480
480
  filterTopicRequest: { accountableId: accountTableId, status: "OPENED" },
481
- partnerId: "LONGVAN",
481
+ partnerId: this.orgId,
482
482
  pageSize,
483
483
  currentPage,
484
484
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/storefront-js-client",
3
- "version": "2.1.4",
3
+ "version": "2.1.5",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [