mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-28 12:35:40 +01:00
Update CipherAddEditPageViewModel.cs
Adding DinaCard & Mir cards
This commit is contained in:
parent
9dc620b492
commit
b44a02cacd
@ -129,12 +129,14 @@ namespace Bit.App.Pages
|
||||
new KeyValuePair<string, string>("Visa", "Visa"),
|
||||
new KeyValuePair<string, string>("Mastercard", "Mastercard"),
|
||||
new KeyValuePair<string, string>("American Express", "Amex"),
|
||||
new KeyValuePair<string, string>("Discover", "Discover"),
|
||||
new KeyValuePair<string, string>("DinaCard", "DinaCard"),
|
||||
new KeyValuePair<string, string>("Diners Club", "Diners Club"),
|
||||
new KeyValuePair<string, string>("Discover", "Discover"),
|
||||
new KeyValuePair<string, string>("JCB", "JCB"),
|
||||
new KeyValuePair<string, string>("Maestro", "Maestro"),
|
||||
new KeyValuePair<string, string>("UnionPay", "UnionPay"),
|
||||
new KeyValuePair<string, string>("Mir", "Mir"),
|
||||
new KeyValuePair<string, string>("RuPay", "RuPay"),
|
||||
new KeyValuePair<string, string>("UnionPay", "UnionPay"),
|
||||
new KeyValuePair<string, string>(AppResources.Other, "Other")
|
||||
};
|
||||
CardExpMonthOptions = new List<KeyValuePair<string, string>>
|
||||
|
Loading…
Reference in New Issue
Block a user