Activate contract

This commit is contained in:
Fairuz
2021-08-03 02:01:20 +08:00
parent ec1e338870
commit 3f70ead69a
7 changed files with 49 additions and 7 deletions
@@ -37,7 +37,7 @@ class CreateOrderStepsProcessor
public function execute(Model $order, string $currentStep, $appointee_id){
$order_steps_object = new OrderStepsObject($order->id, $appointee_id, $currentStep, true, 0, OrderStatus::PROCESSING, 0, null);
$order_steps_object = new OrderStepsObject($order->id, $appointee_id, $currentStep, true, 0, OrderStatus::PROCESSING, 0, null, 0, null);
$this->canCreateOrderStep->passes($order_steps_object);