@nuskin/ns-product-lib 2.6.0-cx24-3464.10 → 2.6.0-cx24-3464.12
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +14 -0
- package/package.json +1 -1
- package/src/productData.js +4 -1
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,17 @@
|
|
1
|
+
# [2.6.0-cx24-3464.12](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.6.0-cx24-3464.11...v2.6.0-cx24-3464.12) (2023-03-11)
|
2
|
+
|
3
|
+
|
4
|
+
### Update
|
5
|
+
|
6
|
+
* get child skus to be used for add-to-cart #CX24-3464 ([3ecdf5f](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/commit/3ecdf5f9722f78256a1e5f48e368fcee3662856d)), closes [#CX24-3464](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/issues/CX24-3464)
|
7
|
+
|
8
|
+
# [2.6.0-cx24-3464.11](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.6.0-cx24-3464.10...v2.6.0-cx24-3464.11) (2023-03-10)
|
9
|
+
|
10
|
+
|
11
|
+
### Update
|
12
|
+
|
13
|
+
* get child skus to be used for add-to-cart #CX24-3464 ([d247386](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/commit/d247386bb66820927774379bad5fdafd3c325096)), closes [#CX24-3464](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/issues/CX24-3464)
|
14
|
+
|
1
15
|
# [2.6.0-cx24-3464.10](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.6.0-cx24-3464.9...v2.6.0-cx24-3464.10) (2023-03-10)
|
2
16
|
|
3
17
|
|
package/package.json
CHANGED
package/src/productData.js
CHANGED
@@ -534,7 +534,10 @@ const ProductData = {
|
|
534
534
|
type: 'MANDATORY',
|
535
535
|
skuQuantity: kit.qty,
|
536
536
|
availableChannels: sku.properties.availableChannels,
|
537
|
-
|
537
|
+
inventory: {
|
538
|
+
atpQty: sku.inventoryProperties.atpQty,
|
539
|
+
backOrdered: sku.inventoryProperties.backOrdered
|
540
|
+
}
|
538
541
|
}
|
539
542
|
},
|
540
543
|
|