@nuskin/ns-product-lib 2.5.0-cx24-31681.4 → 2.5.0-cx24-31681.5

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [2.5.0-cx24-31681.5](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.5.0-cx24-31681.4...v2.5.0-cx24-31681.5) (2023-01-12)
2
+
3
+
4
+ ### Fix
5
+
6
+ * Equinox API called for non equinox market (CX24-3168) ([5f2dda8](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/commit/5f2dda82f57c5f223678a76a1b2af83fd4bafd0d))
7
+
1
8
  # [2.5.0-cx24-31681.4](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.5.0-cx24-31681.3...v2.5.0-cx24-31681.4) (2023-01-12)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuskin/ns-product-lib",
3
- "version": "2.5.0-cx24-31681.4",
3
+ "version": "2.5.0-cx24-31681.5",
4
4
  "description": "This project contains shared Product models and code between the backend and frontend.",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -28,7 +28,7 @@ const ProductData = {
28
28
  return await this.getProductFromEquinox(skus, localeMarket, config);
29
29
  }
30
30
  }
31
-
31
+ console.log(`Going to legacy API. market is ${market}`)
32
32
  return await this.getProductFromLegacy(skus, localeMarket);
33
33
  },
34
34