@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuskin/ns-shop",
3
- "version": "7.3.0",
3
+ "version": "7.3.1-td-1017.2.1",
4
4
  "description": "The description that will amaze and astound your audience when they read it",
5
5
  "main": "src/shop.js",
6
6
  "scripts": {
@@ -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