redesigned payment page + a lot of fixes
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
enum InvitationFilter {
|
||||
all,
|
||||
pending,
|
||||
accepted,
|
||||
declined,
|
||||
revoked,
|
||||
expired,
|
||||
archived,
|
||||
}
|
||||
Reference in New Issue
Block a user