@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 = coreApiUrl || "https://staging-api.dashingone.com.au";
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}`, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bindu-dashing/dam-solution-v2",
3
- "version": "5.8.71",
3
+ "version": "5.8.72",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^5.0.1",
6
6
  "@emoji-mart/data": "^1.2.1",