Resolve "Rider app trade-in support" #1723

Merged
arcticzero merged 79 commits from 783-rider-app-trade-in-support into master 2024-04-23 13:11:53 +00:00
Showing only changes of commit ca513355fe - Show all commits

View file

@ -1739,7 +1739,7 @@ class RiderAppController extends ApiController
return $msg; return $msg;
} }
protected function allowJOProgress($rider, JobOrder $jo) protected function allowJOProgress(JobOrder $jo, $rider)
{ {
// TODO: add more statuses to block if needed, hence. this is a failsafe in case MQTT is not working. // TODO: add more statuses to block if needed, hence. this is a failsafe in case MQTT is not working.
switch ($jo->getStatus()) switch ($jo->getStatus())