Multiple Wallet support, history of each wallet and updated payment page
This commit is contained in:
@@ -59,7 +59,9 @@ class PaymentMethodsProvider extends ChangeNotifier {
|
||||
}
|
||||
|
||||
void makeMain(PaymentMethod method) {
|
||||
for (final m in _methods) m.isMain = false;
|
||||
for (final m in _methods) {
|
||||
m.isMain = false;
|
||||
}
|
||||
method.isMain = true;
|
||||
selectMethod(method);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user