@nuskin/ns-product-lib 2.7.0-cx24-3702.7 → 2.7.0-cx24-3702.8
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.7.0-cx24-3702.8](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.7.0-cx24-3702.7...v2.7.0-cx24-3702.8) (2023-04-04)
|
2
|
+
|
3
|
+
|
4
|
+
### Fix
|
5
|
+
|
6
|
+
* use product not found image #CX24-3682 ([e5877a7](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/commit/e5877a7a1dbef3f7cd1cd80afb6490304212e1f5)), closes [#CX24-3682](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/issues/CX24-3682)
|
7
|
+
|
1
8
|
# [2.7.0-cx24-3702.7](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.7.0-cx24-3702.6...v2.7.0-cx24-3702.7) (2023-04-03)
|
2
9
|
|
3
10
|
|
package/package.json
CHANGED
@@ -20,7 +20,8 @@ function productNotFound(product, market) {
|
|
20
20
|
availableChannels: 'subscription,arsPhone,kiosk,mobile,web',
|
21
21
|
customerTypes: 'BrandAffiliate,Preferred,Retail',
|
22
22
|
description: 'not-found',
|
23
|
-
|
23
|
+
// uploaded in bynder
|
24
|
+
imageURL: 'https://media.nuskin.com/m/6d7d31f64cd9e7c2/JPG_Version-product-not-available.jpg',
|
24
25
|
isExclusive: 'false',
|
25
26
|
market,
|
26
27
|
name: ` ${product.identifier}`,
|