removed parasite
This commit is contained in:
@@ -65,6 +65,7 @@ export class CartComponent implements OnDestroy {
|
||||
private router: Router,
|
||||
private langService: LanguageService
|
||||
) {
|
||||
console.log('CartComponent initialized');
|
||||
this.items = this.cartService.items;
|
||||
this.itemCount = this.cartService.itemCount;
|
||||
this.totalPrice = this.cartService.totalPrice;
|
||||
@@ -232,6 +233,7 @@ export class CartComponent implements OnDestroy {
|
||||
}
|
||||
|
||||
startPolling(): void {
|
||||
console.log('Starting payment status polling CART');
|
||||
this.stopPolling();
|
||||
if (!this.paymentId()) {
|
||||
this.setPaymentError();
|
||||
|
||||
Reference in New Issue
Block a user