Modify the error message if delivery is not in the coverage areas. #271
This commit is contained in:
parent
590b9b82b4
commit
e169766efd
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue