@nuskin/ns-shop 5.15.3 → 5.16.0

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": "5.15.3",
3
+ "version": "5.16.0",
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": {
@@ -117,7 +117,7 @@ const populateItem = (order, salesOrder, shipImmediate, includeSapItems) => {
117
117
  }
118
118
  });
119
119
  };
120
- /*
120
+
121
121
  const populateAttribution = (salesOrder) => {
122
122
  const sponsorId = util.getSponsorId();
123
123
 
@@ -130,7 +130,7 @@ const populateAttribution = (salesOrder) => {
130
130
  });
131
131
  }
132
132
  }
133
- */
133
+
134
134
  const populateShipping = (order, salesOrder) => {
135
135
  let nsConfig = ConfigService.getMarketConfig();
136
136
  let user = UserService.getUser();
@@ -298,7 +298,7 @@ const populateShipping = (order, salesOrder) => {
298
298
  salesOrder.Shipping.ShippingParty.push(shippingParty);
299
299
  }
300
300
 
301
- // populateAttribution(salesOrder);
301
+ populateAttribution(salesOrder);
302
302
  };
303
303
 
304
304
  const addContactInfo = (contacts, selectedAddress) => {