diff --git a/EnotaryoPH/EnotaryoPH.Data/Constants/TransactionState.cs b/EnotaryoPH/EnotaryoPH.Data/Constants/TransactionState.cs index 841d51c..9ed50e8 100644 --- a/EnotaryoPH/EnotaryoPH.Data/Constants/TransactionState.cs +++ b/EnotaryoPH/EnotaryoPH.Data/Constants/TransactionState.cs @@ -6,6 +6,7 @@ SelfiePassed = 1, DocumentUploaded = 2, Submitted = 3, + Accepted = 4, Completed = 100 } } \ No newline at end of file