@infrab4a/connect-angular 4.9.1-beta.1 → 4.9.1-beta.2

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.
@@ -1328,6 +1328,7 @@ class CartService {
1328
1328
  if (index > -1) {
1329
1329
  checkoutLoaded.lineItems[index].quantity += quantity;
1330
1330
  checkoutLoaded.lineItems[index].pricePaid = lineItem.pricePaid;
1331
+ checkoutLoaded.lineItems[index].price = lineItem.price;
1331
1332
  console.log('if index', checkoutLoaded.lineItems[index]);
1332
1333
  }
1333
1334
  else