@longvansoftware/storefront-js-client 3.1.4 → 3.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.
- package/dist/src/lib/SDK.d.ts +1 -0
- package/dist/src/lib/SDK.js +1 -1
- package/package.json +1 -1
package/dist/src/lib/SDK.d.ts
CHANGED
package/dist/src/lib/SDK.js
CHANGED
|
@@ -57,7 +57,7 @@ class SDK {
|
|
|
57
57
|
this.authorization = new token_1.AuthorizationService(endpoints.authorization, orgId, storeId);
|
|
58
58
|
this.zca = new zca_1.ZcaService(endpoints.zca, orgId, storeId);
|
|
59
59
|
this.cashbook = new cashbook_1.CashbookService(endpoints.cashbook, orgId, storeId);
|
|
60
|
-
this.store = new store_1.StoreService(endpoints.
|
|
60
|
+
this.store = new store_1.StoreService(endpoints.store, orgId, storeId); // Using product endpoint for now
|
|
61
61
|
// Initialize other services here
|
|
62
62
|
}
|
|
63
63
|
setToken(token) {
|