From 53dc8152cf664598479db3de03e0b12b6a6c7be8 Mon Sep 17 00:00:00 2001 From: jojo aquino Date: Sat, 22 Mar 2025 23:32:53 +0000 Subject: [PATCH] added Accepted Transaction status --- EnotaryoPH/EnotaryoPH.Data/Constants/TransactionState.cs | 1 + 1 file changed, 1 insertion(+) 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