Resolve "CMB - Data migration for Carfix data" #1355

Closed
korina.cordero wants to merge 57 commits from 460-cmb-data-migration-for-carfix-data into 424-cmb-release
Showing only changes of commit 663e28c403 - Show all commits

View file

@ -51,14 +51,14 @@ class RiderCache
$lat = $data[1][1];
// get rider details so we can check for availability
$rider = $this->getRiderDetails($id);
if ($rider != null)
{
//$rider = $this->getRiderDetails($id);
//if ($rider != null)
//{
$locs[$id] = [
'longitude' => $lng,
'latitude' => $lat,
];
}
//}
}
// error_log(print_r($all_riders, true));