Merge branch '399-app-advance-order-issues' into 'master'

Change no hub message for API #399

Closes #399

See merge request jankstudio/resq!452
This commit is contained in:
Kendrick Chan 2020-05-08 06:32:47 +00:00
commit d09ea18098

View file

@ -2294,7 +2294,7 @@ class APIController extends Controller implements LoggedController
if (empty($nearest_hub_slots['hub']))
{
$res->setError(true)
->setErrorMessage('No hub found.');
->setErrorMessage('Thank you for reaching out to us. Due to the General Community Quarantine, our Operations are from 8AM to 6PM only. Please expect a call from us tomorrow and we will assist you with your request. Thank you and stay safe!');
return $res->getReturnResponse();
}