Resolve "Resq - message prompt for non-serviceable area" #1353

Merged
korina.cordero merged 176 commits from 463-resq-message-prompt-for-non-serviceable-area into 465-resq-august-13-release 2020-08-12 05:41:57 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit ef7e362c7d - Show all commits

View file

@ -804,7 +804,7 @@ class JobOrder
public function perform()
{
$this->setStatus(JOStatus::PERFORM)
$this->setStatus(JOStatus::PERFORM);
}
public function fulfill()

View file

@ -814,7 +814,7 @@ class CMBRiderAPIHandler implements RiderAPIHandlerInterface
return $data;
}
$jo->perform()
$jo->perform();
// TODO: make event for this?