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;