fixes on onboarding flow
This commit is contained in:
@@ -73,7 +73,7 @@ class _GatewayScreenState extends State<GatewayScreen> {
|
||||
builder: (context, child) {
|
||||
if (controller.model.status == 'SUCCESS') {
|
||||
WidgetsBinding.instance.addPostFrameCallback((_) {
|
||||
context.go('/receipt');
|
||||
context.go('/integration');
|
||||
});
|
||||
}
|
||||
return controller.model.isLoading
|
||||
|
||||
Reference in New Issue
Block a user