updated to embedded payments

This commit is contained in:
2025-12-07 18:18:35 +02:00
parent 666257e9ed
commit 4fcc6b9f36
3 changed files with 6 additions and 6 deletions

View File

@@ -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');
}