WIP Unity Order APIs

This commit is contained in:
Fairuz
2021-08-02 11:48:29 +08:00
parent 2ad01a4195
commit 58d8367bc7
5 changed files with 87 additions and 7 deletions
@@ -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);