1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 16:42:50 -05:00

stripe subscription creation

This commit is contained in:
Kyle Spearrin
2017-04-04 10:13:16 -04:00
parent 5187f4c15f
commit a4ef7c906e
10 changed files with 29 additions and 11 deletions

View File

@ -3,7 +3,7 @@
public enum PlanType : byte
{
Free = 0,
Family = 1,
Personal = 1,
Teams = 2,
Enterprise = 3,
Custom = 4