diff --git a/src/Service/RiderAPIHandler/CMBRiderAPIHandler.php b/src/Service/RiderAPIHandler/CMBRiderAPIHandler.php index 2aadf6ed..e1ca9026 100644 --- a/src/Service/RiderAPIHandler/CMBRiderAPIHandler.php +++ b/src/Service/RiderAPIHandler/CMBRiderAPIHandler.php @@ -2092,8 +2092,8 @@ class CMBRiderAPIHandler implements RiderAPIHandlerInterface ($jo->getStatus() == JOStatus::CANCELLED)) { $data = [ - 'assigned' => 'true', - 'available' => 'false' + 'assigned' => true, + 'available' => false ]; return $data; }