temp build
This commit is contained in:
@@ -48,7 +48,7 @@ class _PaymentMethodDropdownState extends State<PaymentMethodDropdown> {
|
||||
children: [
|
||||
Icon(iconForPaymentType(method.type), size: 20),
|
||||
const SizedBox(width: 8),
|
||||
Text('${method.label} (${method.details})'),
|
||||
Text('${method.name}' + (method.description == null ? '' : ' (${method.description!})')),
|
||||
],
|
||||
),
|
||||
);
|
||||
|
||||
@@ -12,6 +12,6 @@ String getPaymentTypeLabel(BuildContext context, PaymentType type) {
|
||||
PaymentType.bankAccount => l10n.paymentTypeBankAccount,
|
||||
PaymentType.iban => l10n.paymentTypeIban,
|
||||
PaymentType.wallet => l10n.paymentTypeWallet,
|
||||
PaymentType.cryptoAddress => 'Crypto address',
|
||||
PaymentType.cryptoAddress => l10n.paymentTypeCryptoAddress,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user