From 53d892a0bac411ce6e6e9b7c9ba4566dc2dc2750 Mon Sep 17 00:00:00 2001 From: Ilya Nikitenkov Date: Mon, 27 Mar 2023 12:26:36 +0300 Subject: [PATCH] [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 --- src/App/Pages/Vault/CipherAddEditPageViewModel.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App/Pages/Vault/CipherAddEditPageViewModel.cs b/src/App/Pages/Vault/CipherAddEditPageViewModel.cs index e0a6cc226..b722d0b25 100644 --- a/src/App/Pages/Vault/CipherAddEditPageViewModel.cs +++ b/src/App/Pages/Vault/CipherAddEditPageViewModel.cs @@ -121,6 +121,7 @@ namespace Bit.App.Pages new KeyValuePair("JCB", "JCB"), new KeyValuePair("Maestro", "Maestro"), new KeyValuePair("UnionPay", "UnionPay"), + new KeyValuePair("RuPay", "RuPay"), new KeyValuePair(AppResources.Other, "Other") }; CardExpMonthOptions = new List>