Modify the error message if delivery is not in the coverage areas. #271

This commit is contained in:
Korina Cordero 2019-10-22 07:07:03 +00:00
parent 590b9b82b4
commit e169766efd

View file

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