fixed contract statuses

This commit is contained in:
Thekindbull 2025-08-29 17:59:04 +08:00
parent 945ca48c0d
commit 7d163e0412

View File

@ -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)
{