@nuskin/ns-shop 7.8.0-pa-902.3 → 7.8.1-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.8.0-pa-902.3",
3
+ "version": "7.8.1-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": {
@@ -166,6 +166,7 @@ const createDataFromSkuSearch = async (searchData, options) => {
166
166
  product.benefits = searchData.benefits;
167
167
  product.usage = searchData.usage;
168
168
  product.resources = searchData.resources;
169
+ product.backOrderDate = searchData.backorderedAvailableDate;
169
170
  // product.videos = searchData.???;
170
171
  // product.contentSection =searchData.???;
171
172
  // product.sizeWeight = ???;