mirror of
https://github.com/bitwarden/server.git
synced 2025-04-23 22:15:10 -05:00
upper card brand
This commit is contained in:
parent
44956b3994
commit
920debf2c9
@ -265,7 +265,7 @@ namespace Bit.Billing.Controllers
|
|||||||
if(charge.PaymentMethodDetails.Card != null)
|
if(charge.PaymentMethodDetails.Card != null)
|
||||||
{
|
{
|
||||||
tx.PaymentMethodType = PaymentMethodType.Card;
|
tx.PaymentMethodType = PaymentMethodType.Card;
|
||||||
tx.Details = $"{charge.PaymentMethodDetails.Card.Brand}, " +
|
tx.Details = $"{charge.PaymentMethodDetails.Card.Brand?.ToUpperInvariant()}, " +
|
||||||
$"*{charge.PaymentMethodDetails.Card.Last4}";
|
$"*{charge.PaymentMethodDetails.Card.Last4}";
|
||||||
}
|
}
|
||||||
else if(charge.PaymentMethodDetails.AchDebit != null)
|
else if(charge.PaymentMethodDetails.AchDebit != null)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user