removed parasite

This commit is contained in:
sdarbinyan
2026-06-19 01:57:27 +04:00
parent 3e79304e5c
commit 688c225911
4 changed files with 5 additions and 3 deletions

View File

@@ -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();