+ quotation provider
This commit is contained in:
@@ -13,7 +13,10 @@ IconData iconForPaymentType(PaymentType type) {
|
||||
return Icons.account_balance_wallet;
|
||||
case PaymentType.card:
|
||||
return Icons.credit_card;
|
||||
case PaymentType.cryptoAddress:
|
||||
case PaymentType.externalChain:
|
||||
return Icons.currency_bitcoin;
|
||||
//TODO: define new payment methods
|
||||
default:
|
||||
return Icons.question_mark;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user