From 087a9aa4bcfb7720be7556ba627d457244a90ff5 Mon Sep 17 00:00:00 2001 From: Vusumuzi Khoza Date: Fri, 31 Oct 2025 11:37:09 +0200 Subject: [PATCH] imrpoving tran flow --- lib/screens/gateway/gateway_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/screens/gateway/gateway_screen.dart b/lib/screens/gateway/gateway_screen.dart index 47165b9..bcb67db 100644 --- a/lib/screens/gateway/gateway_screen.dart +++ b/lib/screens/gateway/gateway_screen.dart @@ -64,7 +64,7 @@ class _GatewayScreenState extends State { content: Text("Payment was successful, please wait while we process your order."), behavior: SnackBarBehavior.floating, backgroundColor: Colors.black87, - duration: const Duration(seconds: 5), + duration: const Duration(seconds: 10), ), );