mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-23 14:34:19 +00:00
WIP Unity Order APIs
This commit is contained in:
@@ -32,7 +32,7 @@ class UpdatesOrderCurrentStepProcessor
|
||||
|
||||
public function execute(int $orderId, string $currentStep){
|
||||
|
||||
$order_object = new OrderObject(0, '', '', 0, 0, $currentStep, $orderId);
|
||||
$order_object = new OrderObject(0, '', '', 0, 0, $currentStep, $orderId,0,0);
|
||||
|
||||
$this->canUpdateCurrentStep->passes($order_object);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user