modify
This commit is contained in:
@@ -86,22 +86,21 @@ class MainModel extends ChangeNotifier {
|
||||
List<PaymentMethod> methods = [
|
||||
PaymentMethod(
|
||||
name: 'AYA Bank',
|
||||
accountName: 'AYA Co,Ltd',
|
||||
accountName: 'FCS',
|
||||
account: '100 23404320548398',
|
||||
phone: '+959123456789',
|
||||
mail: 'aya@gmail.com'),
|
||||
PaymentMethod(
|
||||
name: 'KBZ Bank',
|
||||
accountName: 'KBZ Co,Ltd',
|
||||
accountName: 'FCS',
|
||||
account: '100 23404320548398',
|
||||
phone: '+959123456789',
|
||||
mail: 'kbz@gmail.com'),
|
||||
PaymentMethod(
|
||||
name: 'PayPal',
|
||||
accountName: 'PayPal Co,Ltd',
|
||||
account: '100 23404320548398',
|
||||
phone: '+959123456789',
|
||||
mail: 'paypal@gmail.com'),
|
||||
accountName: 'FCS',
|
||||
link: 'https://www.paypal.com/donate/buttons',
|
||||
),
|
||||
];
|
||||
return methods;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user