mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-31 18:34:34 +00:00
Activate contract
This commit is contained in:
@@ -31,7 +31,7 @@ class UpdateOrderStepsProcessor
|
||||
|
||||
public function execute(string $currentStep){
|
||||
|
||||
$orderStepsObject = new OrderStepsObject(0,0,$currentStep, 0, 0, 1, 1, null);
|
||||
$orderStepsObject = new OrderStepsObject(0,0,$currentStep, 0, 0, 1, 1, null, 0, null);
|
||||
|
||||
$this->canUpdateOrderStep->passes($orderStepsObject);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user