From 666257e9ed228c2024a826912cc6ce85142028b0 Mon Sep 17 00:00:00 2001 From: Vusumuzi Khoza Date: Wed, 3 Dec 2025 23:38:37 +0200 Subject: [PATCH] fix on polling flow --- assets/.env | 4 ++-- lib/screens/gateway/gateway_redirect.dart | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/assets/.env b/assets/.env index 7edc98b..1e51537 100644 --- a/assets/.env +++ b/assets/.env @@ -1,6 +1,6 @@ -BASE_URL=https://peakapi.qantra.co.zw/api +; BASE_URL=https://peakapi.qantra.co.zw/api ; BASE_URL=http://192.168.100.26:6950/api -; BASE_URL=http://173.212.247.232:6950/api +BASE_URL=http://173.212.247.232:6950/api ; BASE_URL=http://10.69.5.201:6950/api ; BASE_URL=http://192.168.120.160:6950/api ; BASE_URL=http://10.10.2.92:6950/api diff --git a/lib/screens/gateway/gateway_redirect.dart b/lib/screens/gateway/gateway_redirect.dart index 033afb8..6cbe061 100644 --- a/lib/screens/gateway/gateway_redirect.dart +++ b/lib/screens/gateway/gateway_redirect.dart @@ -38,9 +38,6 @@ class _GatewayRedirectScreenState extends State { setState(() { redirected = true; }); - - // might as well go and poll, just in case customer doesn't come back - context.go("/poll"); } @override