Change getOutlet to getHub for get rider call #41
This commit is contained in:
parent
0147d8a004
commit
7ef92bad99
1 changed files with 1 additions and 1 deletions
|
|
@ -984,7 +984,7 @@ class APIController extends Controller
|
|||
]);
|
||||
return $res->getReturnResponse();
|
||||
case JOStatus::ASSIGNED:
|
||||
$coord = $jo->getOutlet()->getCoordinates();
|
||||
$coord = $jo->getHub()->getCoordinates();
|
||||
$rider = $jo->getRider();
|
||||
// TODO: figure out cleaner way to generate urls
|
||||
$image_url = 'http://resq.jankstudio.com/assets/images/user.gif';
|
||||
|
|
|
|||
Loading…
Reference in a new issue