@nuskin/ns-shop 7.7.0-mdigi-6056.2 → 7.7.0-mdigi-6056.3

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/cart/cart.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuskin/ns-shop",
3
- "version": "7.7.0-mdigi-6056.2",
3
+ "version": "7.7.0-mdigi-6056.3",
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": {
package/src/cart/cart.js CHANGED
@@ -1417,7 +1417,7 @@ export default function Cart(cartData) {
1417
1417
  'quantity': Math.abs(diffQty),
1418
1418
  'sales_price': flatItem.salesPrice,
1419
1419
  'unit_price': flatItem.unitPrice,
1420
- 'product_image_url': flatItem.fullImage
1420
+ 'product_image_url': flatItem.product_image_url
1421
1421
  });
1422
1422
 
1423
1423
  function getCartInfo(options) {