@infrab4a/connect-angular 3.3.1-beta.0 → 3.3.2-beta.0

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.
@@ -869,6 +869,7 @@
869
869
  shop: checkout.shop || this.defaultShop,
870
870
  isSubscriber: (_e = checkout.user) === null || _e === void 0 ? void 0 : _e.isSubscriber,
871
871
  });
872
+ console.log('checkout buildLineItem', checkout);
872
873
  return [2 /*return*/, {
873
874
  checkout: checkout,
874
875
  lineItem: i2.LineItem.toInstance({
@@ -1480,13 +1481,6 @@
1480
1481
  },
1481
1482
  deps: [i1$1.AngularFirestore],
1482
1483
  },
1483
- {
1484
- provide: 'ShopSettingsRepository',
1485
- useFactory: function (firestore) {
1486
- return new i2.ShopSettingsFirestoreRepository(firestore.firestore);
1487
- },
1488
- deps: [i1$1.AngularFirestore],
1489
- },
1490
1484
  {
1491
1485
  provide: 'SubscriptionPaymentRepository',
1492
1486
  useFactory: function (firestore, subscriptionRepository) {
@@ -1653,13 +1647,6 @@
1653
1647
  },
1654
1648
  deps: [i1$1.AngularFirestore],
1655
1649
  },
1656
- {
1657
- provide: 'ShopSettingsRepository',
1658
- useFactory: function (firestore) {
1659
- return new i2.ShopSettingsFirestoreRepository(firestore.firestore);
1660
- },
1661
- deps: [i1$1.AngularFirestore],
1662
- },
1663
1650
  {
1664
1651
  provide: 'SubscriptionPaymentRepository',
1665
1652
  useFactory: function (firestore, subscriptionRepository) {