@nuskin/ns-product-lib 2.14.6 → 2.14.7-cx24-5291.1

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/product.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuskin/ns-product-lib",
3
- "version": "2.14.6",
3
+ "version": "2.14.7-cx24-5291.1",
4
4
  "description": "This project contains shared Product models and code between the backend and frontend.",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
package/src/product.js CHANGED
@@ -697,6 +697,7 @@ const Product = function (productData) {
697
697
 
698
698
  this.division = data.division;
699
699
  this.backOrderDate = data.backOrderDate;
700
+ console.log('backOrdered',this.backOrderDate)
700
701
 
701
702
  if (data.agelocme) {
702
703
  this.agelocme = new Agelocme(data.agelocme);