mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
Completes Order Steps on Unity
This commit is contained in:
@@ -11,6 +11,7 @@ class UpdatesCurrentStep extends AbstractUpdateRecord
|
||||
|
||||
public function execute(Order $model, OrderObject $object) {
|
||||
|
||||
$model->status = $object->getStatus();
|
||||
$model->current_step = $object->getCurrentStep();
|
||||
|
||||
return $this->handler($model);
|
||||
|
||||
Reference in New Issue
Block a user