added Accepted Transaction status

This commit is contained in:
jojo aquino 2025-03-22 23:32:53 +00:00
parent 80c4db3b08
commit 53dc8152cf

View File

@ -6,6 +6,7 @@
SelfiePassed = 1, SelfiePassed = 1,
DocumentUploaded = 2, DocumentUploaded = 2,
Submitted = 3, Submitted = 3,
Accepted = 4,
Completed = 100 Completed = 100
} }
} }