@nuskin/ns-shop 7.5.5 → 7.5.6-mdigi-198.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.5.5",
3
+ "version": "7.5.6-mdigi-198.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": {
@@ -141,6 +141,7 @@ const createDataFromSkuSearch = (searchData, options) => {
141
141
  product.benefits = searchData.benefits;
142
142
  product.usage = searchData.usage;
143
143
  product.resources = searchData.resources;
144
+ product.backOrderDate = searchData.backorderedAvailableDate;
144
145
  // product.videos = searchData.???;
145
146
  // product.contentSection =searchData.???;
146
147
  // product.sizeWeight = ???;