mirror of
https://github.com/bitwarden/server.git
synced 2025-07-09 03:43:51 -05:00
change payment API
This commit is contained in:
@ -58,7 +58,8 @@ namespace Bit.Core.Models.Api
|
||||
switch(source.Type)
|
||||
{
|
||||
case SourceType.Card:
|
||||
Description = $"{source.Card.Brand}, *{source.Card.Last4}";
|
||||
Description = $"{source.Card.Brand}, *{source.Card.Last4}, " +
|
||||
$"{source.Card.ExpirationMonth}/{source.Card.ExpirationYear}";
|
||||
CardBrand = source.Card.Brand;
|
||||
break;
|
||||
case SourceType.BankAccount:
|
||||
|
Reference in New Issue
Block a user