Skip to content

Commit 44531dd

Browse files
committed
fix: log polling issue. Dialog isn't great here as its polling and... well...
1 parent 4ef3fb3 commit 44531dd

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

lib/pages/shopinbit/shopinbit_car_research_payment_view.dart

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,12 @@ class _ShopInBitCarResearchPaymentViewState
252252
_pollTimer?.cancel();
253253
await _finalizePayment();
254254
}
255-
} catch (e) {
255+
} catch (e, s) {
256+
Logging.instance.e(
257+
"ticket status polling issue",
258+
error: e,
259+
stackTrace: s,
260+
);
256261
if (mounted) {
257262
unawaited(
258263
showFloatingFlushBar(

0 commit comments

Comments
 (0)