@nuskin/ns-product-lib 2.5.0-cx24-3168.5 → 2.5.0-cx24-3168.6
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +7 -0
- package/package.json +1 -1
- package/src/productData.js +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
# [2.5.0-cx24-3168.6](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.5.0-cx24-3168.5...v2.5.0-cx24-3168.6) (2023-01-12)
|
2
|
+
|
3
|
+
|
4
|
+
### Fix
|
5
|
+
|
6
|
+
* Equinox API called for non equinox market (CX24-3168) ([20a5c53](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/commit/20a5c5369c27f4841cf6672266d05d8c1fd542e4))
|
7
|
+
|
1
8
|
# [2.5.0-cx24-3168.5](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.5.0-cx24-3168.4...v2.5.0-cx24-3168.5) (2023-01-11)
|
2
9
|
|
3
10
|
|
package/package.json
CHANGED
package/src/productData.js
CHANGED
@@ -17,7 +17,7 @@ const ProductData = {
|
|
17
17
|
const localeMarket = `${locale}_${market}`;
|
18
18
|
|
19
19
|
if (isEquinoxEnabled) {
|
20
|
-
|
20
|
+
let config = (await getConfiguration({
|
21
21
|
configMapNames: ['Equinox_Markets'],
|
22
22
|
country: locale.split('_')[1],
|
23
23
|
environment: 'test',
|