bill product flow bug fixes

This commit is contained in:
2025-11-28 12:18:40 +02:00
parent 556a83fa0c
commit 2313d72eab
13 changed files with 959 additions and 46 deletions

View File

@@ -85,7 +85,7 @@ class _GatewayScreenState extends State<GatewayScreen> {
});
WidgetsBinding.instance.addPostFrameCallback((_) {
context.go('/integration');
context.go('/poll');
});
}
}