Add date_status_change to job order data in rider api #424
This commit is contained in:
parent
0d89cab165
commit
5e75608402
1 changed files with 1 additions and 0 deletions
|
|
@ -1868,6 +1868,7 @@ class CMBRiderAPIHandler implements RiderAPIHandlerInterface
|
||||||
'longitude' => $coord->getLongitude(),
|
'longitude' => $coord->getLongitude(),
|
||||||
'latitude' => $coord->getLatitude(),
|
'latitude' => $coord->getLatitude(),
|
||||||
'status' => $jo->getStatus(),
|
'status' => $jo->getStatus(),
|
||||||
|
'date_status_change' => $jo->getDateStatusChange()->format('Ymd H:i:s'),
|
||||||
'customer' => [
|
'customer' => [
|
||||||
'title' => $cust->getTitle(),
|
'title' => $cust->getTitle(),
|
||||||
'first_name' => $cust->getFirstName(),
|
'first_name' => $cust->getFirstName(),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue