@nuskin/ns-shop 7.3.0 → 7.3.1-td-1017.2.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.
package/package.json
CHANGED
|
@@ -456,7 +456,8 @@ function _assembleAdrProperties(requestData, options) {
|
|
|
456
456
|
isBackOrdered: requestData.skus && requestData.skus[requestData.skus.length - 1].backOrdered || false,
|
|
457
457
|
imageURL: options.product.fullImage || '',
|
|
458
458
|
name: options.product.title,
|
|
459
|
-
productId: options.product.equinoxProductId || ''
|
|
459
|
+
productId: options.product.equinoxProductId || '',
|
|
460
|
+
productionBom: options.product && options.product.properties && options.product.properties.productionBom || false
|
|
460
461
|
};
|
|
461
462
|
}
|
|
462
463
|
|