diff --git a/src/app/features/store/pages/checkout-page/checkout-page.component.ts b/src/app/features/store/pages/checkout-page/checkout-page.component.ts index 8ce62a9..e4205dd 100644 --- a/src/app/features/store/pages/checkout-page/checkout-page.component.ts +++ b/src/app/features/store/pages/checkout-page/checkout-page.component.ts @@ -69,9 +69,9 @@ export class CheckoutPageComponent implements OnInit, OnDestroy { private readonly toastService = inject(ToastService); private readonly cartService = inject(CartService); private readonly qrPollingIntervalMs = 5_000; - private readonly qrPollingMaxAttempts = 60; + private readonly qrPollingMaxAttempts = 120; private readonly transferPollingIntervalMs = 3_000; - private readonly transferPollingMaxAttempts = 100; + private readonly transferPollingMaxAttempts = 209; private qrPollingTimeoutId: ReturnType | null = null; private qrPollingAttempts = 0;