updated to embedded payments
This commit is contained in:
@@ -86,8 +86,8 @@ class ConfirmController extends ChangeNotifier {
|
||||
if (context.mounted) {
|
||||
if(kIsWeb){
|
||||
// the one we use here depends on when mpgs embedded bug will be fixed
|
||||
// context.push('/gateway-web');
|
||||
context.push('/gateway-redirect');
|
||||
context.push('/gateway-web');
|
||||
// context.push('/gateway-redirect');
|
||||
}else {
|
||||
context.push('/gateway');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user