diff --git a/src/Core/Pages/Vault/CipherAddEditPageViewModel.cs b/src/Core/Pages/Vault/CipherAddEditPageViewModel.cs index 65a0c3979..80e71700c 100644 --- a/src/Core/Pages/Vault/CipherAddEditPageViewModel.cs +++ b/src/Core/Pages/Vault/CipherAddEditPageViewModel.cs @@ -129,12 +129,14 @@ public CipherAddEditPageViewModel() new KeyValuePair("Visa", "Visa"), new KeyValuePair("Mastercard", "Mastercard"), new KeyValuePair("American Express", "Amex"), - new KeyValuePair("Discover", "Discover"), + new KeyValuePair("DinaCard", "DinaCard"), new KeyValuePair("Diners Club", "Diners Club"), + new KeyValuePair("Discover", "Discover"), new KeyValuePair("JCB", "JCB"), new KeyValuePair("Maestro", "Maestro"), - new KeyValuePair("UnionPay", "UnionPay"), + new KeyValuePair("Mir", "Mir"), new KeyValuePair("RuPay", "RuPay"), + new KeyValuePair("UnionPay", "UnionPay"), new KeyValuePair(AppResources.Other, "Other") }; CardExpMonthOptions = new List>