mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 18:08:26 +03:00
[PS-2328] Added RuPay card brand (#2314)
* Added Mir and RuPay card brands * Remove Mir because of https://github.com/bitwarden/clients/pull/5011 --------- Co-authored-by: Daniel James Smith <djsmith@web.de>
This commit is contained in:
parent
80e38f8669
commit
53d892a0ba
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@ namespace Bit.App.Pages
|
|||
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>>
|
||||
|
|
Loading…
Reference in a new issue