@infrab4a/connect-angular 3.3.0-beta.5 → 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.
- package/bundles/infrab4a-connect-angular.umd.js +3 -8
- package/bundles/infrab4a-connect-angular.umd.js.map +1 -1
- package/esm2015/angular-firestore.module.js +3 -9
- package/esm2015/services/cart.service.js +2 -1
- package/fesm2015/infrab4a-connect-angular.js +3 -8
- package/fesm2015/infrab4a-connect-angular.js.map +1 -1
- package/package.json +2 -2
|
@@ -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({
|
|
@@ -1538,10 +1539,7 @@
|
|
|
1538
1539
|
},
|
|
1539
1540
|
{
|
|
1540
1541
|
provide: i0.APP_INITIALIZER,
|
|
1541
|
-
useFactory: function (firestore) { return function () {
|
|
1542
|
-
console.log('testeeee');
|
|
1543
|
-
firestore.firestore.settings({ ignoreUndefinedProperties: true });
|
|
1544
|
-
}; },
|
|
1542
|
+
useFactory: function (firestore) { return function () { return firestore.firestore.settings({ ignoreUndefinedProperties: true }); }; },
|
|
1545
1543
|
deps: [i1$1.AngularFirestore],
|
|
1546
1544
|
multi: true,
|
|
1547
1545
|
},
|
|
@@ -1707,10 +1705,7 @@
|
|
|
1707
1705
|
},
|
|
1708
1706
|
{
|
|
1709
1707
|
provide: i0.APP_INITIALIZER,
|
|
1710
|
-
useFactory: function (firestore) { return function () {
|
|
1711
|
-
console.log('testeeee');
|
|
1712
|
-
firestore.firestore.settings({ ignoreUndefinedProperties: true });
|
|
1713
|
-
}; },
|
|
1708
|
+
useFactory: function (firestore) { return function () { return firestore.firestore.settings({ ignoreUndefinedProperties: true }); }; },
|
|
1714
1709
|
deps: [i1$1.AngularFirestore],
|
|
1715
1710
|
multi: true,
|
|
1716
1711
|
},
|