diff --git a/src/Service/RiderAPIHandler/CMBRiderAPIHandler.php b/src/Service/RiderAPIHandler/CMBRiderAPIHandler.php index 608bdf10..773b17c0 100644 --- a/src/Service/RiderAPIHandler/CMBRiderAPIHandler.php +++ b/src/Service/RiderAPIHandler/CMBRiderAPIHandler.php @@ -2104,9 +2104,9 @@ class CMBRiderAPIHandler implements RiderAPIHandlerInterface if ($jo == null) { $data = [ - //'title' => 'Failed Get Ongoing Job Order', - //'error' => 'No active job order.', - 'job_order' => [], + // 'title' => 'Failed Get Ongoing Job Order', + // 'error' => 'No active job order.', + 'job_order' => null, ]; return $data; }