@bindu-dashing/dam-solution-v2 5.8.71 → 5.8.72
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.
|
@@ -251,7 +251,7 @@ function DriveContainer({ parentFolderId, setSelectedFile, setParentFolderId, pi
|
|
|
251
251
|
setState((prevState) => (Object.assign(Object.assign({}, prevState), { shopifyLoading: true })));
|
|
252
252
|
try {
|
|
253
253
|
// Use coreApiUrl if provided, otherwise use staging URL as fallback
|
|
254
|
-
const shopifyApiBaseUrl =
|
|
254
|
+
const shopifyApiBaseUrl = "https://staging-api.dashingone.com.au";
|
|
255
255
|
console.log("Shopify API Base URL:", shopifyApiBaseUrl);
|
|
256
256
|
console.log("Core API Token available:", !!coreApiToken);
|
|
257
257
|
const response = yield axios.get(`${shopifyApiBaseUrl}${FETCH_SHOPIFY_PRODUCTS_URL}`, {
|