Change no hub message for API #399

This commit is contained in:
Kendrick Chan 2020-05-08 14:29:00 +08:00
parent 6476a96c06
commit 39dc9eff80

View file

@ -2294,7 +2294,7 @@ class APIController extends Controller implements LoggedController
if (empty($nearest_hub_slots['hub'])) if (empty($nearest_hub_slots['hub']))
{ {
$res->setError(true) $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(); return $res->getReturnResponse();
} }