@longvansoftware/storefront-js-client 2.1.4 → 2.1.6
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.
package/dist/config/config.js
CHANGED
|
@@ -17,7 +17,7 @@ exports.environmentEndpoints = {
|
|
|
17
17
|
paymentV2: "https://payment.dev.longvan.vn/graphql",
|
|
18
18
|
warehouseV2: "https://portal.dev.longvan.vn/facility-api",
|
|
19
19
|
deepLinkVietQr: "https://api.vietqr.io/v2",
|
|
20
|
-
comhub: "https://com-hub.longvan.vn/com-hub/v1",
|
|
20
|
+
comhub: "https://com-hub.dev.longvan.vn/com-hub/v1",
|
|
21
21
|
portal: " https://portal.dev.longvan.vn",
|
|
22
22
|
upload: "https://fileservice.dev.longvan.vn/omnichannel/files/upload",
|
|
23
23
|
getImage: "https://s3-img-gw.longvan.net/img/omnichannel",
|
|
@@ -36,7 +36,7 @@ exports.environmentEndpoints = {
|
|
|
36
36
|
campaign: "https://crm.longvan.vn/campaign-gateway/graphql",
|
|
37
37
|
image: "https://product-service.dev.longvan.vn/product-service/v1/products",
|
|
38
38
|
paymentV2: "https://payment.longvan.vn/graphql",
|
|
39
|
-
warehouseV2: "https://portal.longvan.vn/facility-api
|
|
39
|
+
warehouseV2: "https://portal.longvan.vn/facility-api",
|
|
40
40
|
deepLinkVietQr: "https://api.vietqr.io/v2",
|
|
41
41
|
comhub: "https://com-hub.longvan.vn/com-hub/v1",
|
|
42
42
|
portal: " https://portal.longvan.vn",
|
|
@@ -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:
|
|
481
|
+
partnerId: this.orgId,
|
|
482
482
|
pageSize,
|
|
483
483
|
currentPage,
|
|
484
484
|
};
|