payment methods with HiPay, payment profile edited, allowance step in device setup, tio snackbar added and logout from profile settings
This commit is contained in:
@@ -114,6 +114,13 @@ void configureAppRouter() {
|
||||
path: 'settings',
|
||||
name: 'profile_settings',
|
||||
pageBuilder: const ProfileSettingsBuilder().buildPage,
|
||||
routes: [
|
||||
GoRoute(
|
||||
path: 'payment-methods',
|
||||
name: 'profile_payment_methods',
|
||||
pageBuilder: const PaymentMethodsBuilder().buildPage,
|
||||
),
|
||||
],
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user