progress on registration flow

This commit is contained in:
2025-09-11 00:02:20 +02:00
parent 1987c1855e
commit e13e8e1ffe
10 changed files with 238 additions and 6 deletions

View File

@@ -8,5 +8,7 @@ public enum Status {
REVERSED,
AUTHORIZED,
REJECTED,
PROCESSING
PROCESSING,
COMPLETE,
ACTIVE
}