@infrab4a/connect-angular 4.3.6-beta.3 → 4.3.6-beta.4

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.
@@ -1291,6 +1291,7 @@ class CartService {
1291
1291
  isSubscriber: checkout.user?.isSubscriber,
1292
1292
  });
1293
1293
  RoundProductPricesHelper.roundProductPrices(item);
1294
+ console.log('buildLineItem', product.name, pricePaid);
1294
1295
  return {
1295
1296
  checkout,
1296
1297
  lineItem: LineItem.toInstance({