@nuskin/ns-shop 7.3.0-pa-20.1 → 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-pa-20.1",
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
 
@@ -274,7 +274,7 @@ newShop.Order = function(orderData){
274
274
  order.externalPaymentAdrNumber = externalPaymentAdrNumber;
275
275
  order.paymentAuthorizationObject = paymentAuthorizationObject;
276
276
  order.giftReceipt = giftReceipt;
277
- order.dripShip = dropShip;
277
+ order.dropShip = dropShip;
278
278
  order.redirectUrl = redirectUrl;
279
279
  order.proxyLaunchUrl = proxyLaunchUrl;
280
280
  order.proxyReenterUrl = proxyReenterUrl;