@wix/auto_sdk_ecom_current-cart 1.0.179 → 1.0.180

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.
@@ -1680,10 +1680,7 @@ interface LineItemPricesData {
1680
1680
  lineItemPrice?: MultiCurrencyPrice;
1681
1681
  /** Catalog price before any discounts, with modifiers. */
1682
1682
  fullPrice?: MultiCurrencyPrice;
1683
- /**
1684
- * Total price of all item modifiers.
1685
- * @internal
1686
- */
1683
+ /** Sum of all modifiers for a single unit of the item. */
1687
1684
  modifiers?: MultiCurrencyPrice;
1688
1685
  /**
1689
1686
  * Item price before tax, automatic discounts, coupons, and global discounts; after catalog-defined discounts and modifiers.