1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-23 12:25:16 +01:00

new payment method types

This commit is contained in:
Kyle Spearrin 2019-09-17 17:08:46 -04:00
parent 64ddcaaf0f
commit 7a2e86c2ba

View File

@ -16,5 +16,9 @@ namespace Bit.Core.Enums
Credit = 4, Credit = 4,
[Display(Name = "Wire Transfer")] [Display(Name = "Wire Transfer")]
WireTransfer = 5, WireTransfer = 5,
[Display(Name = "Apple In-App Purchase")]
AppleInApp = 6,
[Display(Name = "Google In-App Purchase")]
GoogleInApp = 7,
} }
} }