Improve geofence error message. #271

This commit is contained in:
Korina Cordero 2019-10-23 05:58:05 +00:00
parent f6dce241ac
commit ed0486fbf5

View file

@ -845,7 +845,7 @@ class APIController extends Controller
{
// TODO: put geofence error message in config file somewhere
$res->setError(true)
->setErrorMessage('Oops! Our service is limited to some areas in Laguna and Baguio, and Metro Manila only. We will update you as soon as we are able to cover your area');
->setErrorMessage('Oops! Our service is limited to some areas in Metro Manila, Laguna, and Baguio only. We will update you as soon as we are able to cover your area');
return $res->getReturnResponse();
}