Completes Order Steps on Unity

This commit is contained in:
Fairuz
2021-08-05 10:52:26 +08:00
parent 503a550637
commit 06efb4c169
26 changed files with 208 additions and 78 deletions
@@ -87,4 +87,10 @@ class OrderObject implements DataTransferObject
{
$this->current_step = $step;
}
public function setStatus(int $status)
{
$this->status = $status;
}
}