now polling immediately after redirect
This commit is contained in:
@@ -38,6 +38,9 @@ class _GatewayRedirectScreenState extends State<GatewayRedirectScreen> {
|
|||||||
setState(() {
|
setState(() {
|
||||||
redirected = true;
|
redirected = true;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// might as well go and poll, just in case customer doesn't come back
|
||||||
|
context.go("/poll");
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
|||||||
Reference in New Issue
Block a user