mirror of
https://github.com/bitwarden/server.git
synced 2025-02-09 00:41:37 +01:00
add check type to payment methods
This commit is contained in:
parent
16f718f2be
commit
71995b21ee
@ -20,5 +20,7 @@ namespace Bit.Core.Enums
|
|||||||
AppleInApp = 6,
|
AppleInApp = 6,
|
||||||
[Display(Name = "Google In-App Purchase")]
|
[Display(Name = "Google In-App Purchase")]
|
||||||
GoogleInApp = 7,
|
GoogleInApp = 7,
|
||||||
|
[Display(Name = "Check")]
|
||||||
|
Check = 8,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user