Skip to content

Commit

Permalink
Merge pull request #317 from nofrixion/MOOV-3027-account-identifier-c…
Browse files Browse the repository at this point in the history
…urrency

Keep SCAN format consistent
  • Loading branch information
sauravmaiti22 authored Apr 17, 2024
2 parents 5b08f8e + 766f12d commit 54fa24b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public string BitcoinAddress
/// </summary>
public string Summary =>
Type == AccountIdentifierType.IBAN ? Type.ToString() + ": " + IBAN :
Type == AccountIdentifierType.SCAN ? Type.ToString() + ": " + SortCode + " / " + AccountNumber :
Type == AccountIdentifierType.SCAN ? Type.ToString() + ": " + DisplayScanSummary :
Type == AccountIdentifierType.BTC ? Type.ToString() + ": " + BitcoinAddress :
"No identifier.";

Expand Down

0 comments on commit 54fa24b

Please sign in to comment.