@atomsolution/sdk-merchant 1.7.0 → 1.7.1

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.
@@ -1342,7 +1342,7 @@ const portalAxiosClient = axios.create({
1342
1342
  timeout: 1e4
1343
1343
  });
1344
1344
  portalAxiosClient.interceptors.request.use((config) => {
1345
- const baseURL = void 0;
1345
+ const baseURL = usePortalApiConfig_store.usePortalApiConfig.getState().baseURL;
1346
1346
  const accessToken = usePortalApiConfig_store.usePortalApiConfig.getState().accessToken;
1347
1347
  config.baseURL = baseURL;
1348
1348
  if (!config.headers.Authorization) {