From 7d163e04129268345677c12884661ee4662ba4f7 Mon Sep 17 00:00:00 2001 From: Thekindbull Date: Fri, 29 Aug 2025 17:59:04 +0800 Subject: [PATCH] fixed contract statuses --- app/Models/Deal/ContractStatus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Deal/ContractStatus.php b/app/Models/Deal/ContractStatus.php index fc75aff..3cc12a3 100644 --- a/app/Models/Deal/ContractStatus.php +++ b/app/Models/Deal/ContractStatus.php @@ -5,7 +5,7 @@ class ContractStatus const NEW = 'NEW'; const TREATY = 'TREATY'; const RESERVATION = 'RESERVATION'; - const SUCCESS = "SUSSCESS"; + const SUCCESS = "SUCCESS"; const DECLINE = "DECLINE"; public static function getName($status) {