Add source to invoice criteria. Modify invoice rules to get service fees from... #1701

Merged
arcticzero merged 217 commits from 746-resq-2-0-final into master 2023-11-22 08:54:48 +00:00
Showing only changes of commit a821c42f0d - Show all commits

View file

@ -1354,6 +1354,7 @@ class JobOrderController extends ApiController
'name' => $rider->getFullName(),
'plate_num' => $rider->getPlateNumber(),
'contact_num' => $rider->getContactNumber(),
'curr_rating' => $rider->getCurrentRating(),
'image_url' => $image_url,
'location' => [
'long' => $coord->getLongitude(),