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), ), );