@nuskin/product-components 3.17.12-brw-4218.1 → 3.17.12-brw-4218.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/docs/CHANGELOG.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
## [3.17.12-brw-4218.
|
|
1
|
+
## [3.17.12-brw-4218.2](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.17.12-brw-4218.1...v3.17.12-brw-4218.2) (2024-08-27)
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bomFormat": "CycloneDX",
|
|
3
3
|
"specVersion": "1.4",
|
|
4
|
-
"serialNumber": "urn:uuid:
|
|
4
|
+
"serialNumber": "urn:uuid:d73a15c1-eeb7-41e9-8e79-335f98aa0060",
|
|
5
5
|
"version": 1,
|
|
6
6
|
"metadata": {
|
|
7
|
-
"timestamp": "2024-08-27T18:
|
|
7
|
+
"timestamp": "2024-08-27T18:49:43Z",
|
|
8
8
|
"tools": [
|
|
9
9
|
{
|
|
10
10
|
"vendor": "GitLab",
|
package/mixins/NsProductMixin.js
CHANGED
|
@@ -1129,6 +1129,8 @@ const NsProductMixin = {
|
|
|
1129
1129
|
new Date(productToAdd.backOrderDate) > new Date()
|
|
1130
1130
|
) {
|
|
1131
1131
|
productToAdd.inventory = "BACKORDER";
|
|
1132
|
+
productToAdd.properties.isBackOrdered = true;
|
|
1133
|
+
productToAdd.properties.inventoryStatus = "BACKORDER";
|
|
1132
1134
|
}
|
|
1133
1135
|
options.product = new ShopProduct(productToAdd);
|
|
1134
1136
|
options.add = {
|