@nuskin/ns-product-lib 2.13.2-cx24-511910.2 → 2.13.2-cx24-511910.3

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuskin/ns-product-lib",
3
- "version": "2.13.2-cx24-511910.2",
3
+ "version": "2.13.2-cx24-511910.3",
4
4
  "description": "This project contains shared Product models and code between the backend and frontend.",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -184,7 +184,7 @@ function mapProduct(product, market, locale, config) {
184
184
  skuId: product.id,
185
185
  type: kitBundleProducts.type.toUpperCase()
186
186
  },
187
- ...mapChildSKU(kitBundleProducts)
187
+ ...mapChildSKU(kitBundleProducts, product.id)
188
188
  ];
189
189
  }
190
190