@nuskin/ns-product-lib 2.5.0-cx24-2179.2.10 → 2.5.0-cx24-2179.2.11

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-2179.2.11](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.5.0-cx24-2179.2.10...v2.5.0-cx24-2179.2.11) (2023-01-16)
2
+
3
+
4
+ ### Fix
5
+
6
+ * Equinox API called for non equinox market ([50eaa48](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/commit/50eaa48a41a9e00d48ff79de35b955b817c4c0ea))
7
+
1
8
  # [2.5.0-cx24-2179.2.10](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.5.0-cx24-2179.2.9...v2.5.0-cx24-2179.2.10) (2023-01-16)
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-2179.2.10",
3
+ "version": "2.5.0-cx24-2179.2.11",
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": {
@@ -27,7 +27,6 @@ const ProductData = {
27
27
  return await this.getProductFromEquinox(skus, localeMarket, config);
28
28
  }
29
29
  }
30
- console.log(`Going to legacy API. market is ${market}`)
31
30
  return await this.getProductFromLegacy(skus, localeMarket);
32
31
  },
33
32