1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-09 19:57:37 +01:00

bank is 6

This commit is contained in:
Kyle Spearrin 2019-02-25 12:49:45 -05:00
parent 3b8552b2fa
commit b04b402490

View File

@ -17,6 +17,6 @@ namespace Bit.Core.Enums
[Display(Name = "PayPal")]
PayPal = 5,
[Display(Name = "Bank")]
Bank = 5,
Bank = 6,
}
}