From aff0bd9221c32d74f8865d4bf28f99fc9e6c015a Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Thu, 31 Oct 2024 09:25:28 -0400 Subject: [PATCH] starting status changed --- www-api/app/Config/Constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-api/app/Config/Constants.php b/www-api/app/Config/Constants.php index affc04a2..e9d87722 100644 --- a/www-api/app/Config/Constants.php +++ b/www-api/app/Config/Constants.php @@ -92,7 +92,7 @@ define('EVENT_PRIORITY_NORMAL', 100); * @deprecated Use \CodeIgniter\Events\Events::PRIORITY_HIGH instead. */ -const CARD_REQUESTED =0; +const CARD_REQUESTED = 1; const CARD_HOLDER_CREATED = 10; const CARD_OWNER_ACTIVE = 30; const CARD_ASSIGNED = 40;