mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-30 09:54:16 +00:00
Order APIs & Unity services
This commit is contained in:
@@ -21,7 +21,7 @@ class OrderObject implements DataTransferObject
|
||||
|
||||
private $current_step;
|
||||
|
||||
public function __construct(int $company_module_id, string $reference, string $reference_contract, int $type, int $status, string $current_step, int $id=0)
|
||||
public function __construct(int $company_module_id, ?string $reference, string $reference_contract, int $type, int $status, string $current_step, int $id=0)
|
||||
{
|
||||
$this->company_module_id = $company_module_id;
|
||||
$this->reference = $reference;
|
||||
@@ -71,4 +71,4 @@ class OrderObject implements DataTransferObject
|
||||
{
|
||||
$this->current_step = $step;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user