@nuskin/ns-product-lib 2.7.0-cx24-3682.14 → 2.7.0-cx24-3682.16
Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,17 @@
|
|
1
|
+
# [2.7.0-cx24-3682.16](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.7.0-cx24-3682.15...v2.7.0-cx24-3682.16) (2023-03-28)
|
2
|
+
|
3
|
+
|
4
|
+
### New
|
5
|
+
|
6
|
+
* MySite product cards show blank data when users have setup AEM Base SKU's(55) in Admin #CX24-3682 ([5115f90](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/commit/5115f9098e73373bc13088a91f0c3fd37f5b3498)), closes [#CX24-3682](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/issues/CX24-3682)
|
7
|
+
|
8
|
+
# [2.7.0-cx24-3682.15](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.7.0-cx24-3682.14...v2.7.0-cx24-3682.15) (2023-03-28)
|
9
|
+
|
10
|
+
|
11
|
+
### New
|
12
|
+
|
13
|
+
* MySite product cards show blank data when users have setup AEM Base SKU's(55) in Admin #CX24-3682 ([e461718](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/commit/e4617184a156b4c3827c084aca68506fe18df072)), closes [#CX24-3682](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/issues/CX24-3682)
|
14
|
+
|
1
15
|
# [2.7.0-cx24-3682.14](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.7.0-cx24-3682.13...v2.7.0-cx24-3682.14) (2023-03-28)
|
2
16
|
|
3
17
|
|
package/package.json
CHANGED
@@ -17,9 +17,13 @@ function productNotFound(product, market) {
|
|
17
17
|
availableChannels: 'subscription,arsPhone,kiosk,mobile,web',
|
18
18
|
customerTypes: 'BrandAffiliate,Preferred,Retail',
|
19
19
|
imageURL: 'https://nuskin.com/content/dam/global/images/products/01102730-nu-skin-tri-phasic-white-essence.png',
|
20
|
+
isExclusive: 'false',
|
20
21
|
market,
|
22
|
+
name: product.identifier,
|
21
23
|
productStatus: 'Sellable',
|
22
|
-
|
24
|
+
scanQualifiedCount: '0',
|
25
|
+
status: 'active',
|
26
|
+
title: product.identifier
|
23
27
|
}
|
24
28
|
})];
|
25
29
|
|