Skip to content

Commit

Permalink
[PS-2328] Added RuPay card brand (bitwarden#2314)
Browse files Browse the repository at this point in the history
* Added Mir and RuPay card brands

* Remove Mir because of bitwarden/clients#5011

---------

Co-authored-by: Daniel James Smith <[email protected]>
  • Loading branch information
nikitenich and djsmith85 authored Mar 27, 2023
1 parent 80e38f8 commit 53d892a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App/Pages/Vault/CipherAddEditPageViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ public CipherAddEditPageViewModel()
new KeyValuePair<string, string>("JCB", "JCB"),
new KeyValuePair<string, string>("Maestro", "Maestro"),
new KeyValuePair<string, string>("UnionPay", "UnionPay"),
new KeyValuePair<string, string>("RuPay", "RuPay"),
new KeyValuePair<string, string>(AppResources.Other, "Other")
};
CardExpMonthOptions = new List<KeyValuePair<string, string>>
Expand Down

0 comments on commit 53d892a

Please sign in to comment.