fixed contract statuses
This commit is contained in:
parent
945ca48c0d
commit
7d163e0412
@ -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)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user