From ed0486fbf59ffa2e062c79f1c98335caee270fb2 Mon Sep 17 00:00:00 2001 From: Korina Cordero Date: Wed, 23 Oct 2019 05:58:05 +0000 Subject: [PATCH] Improve geofence error message. #271 --- src/Controller/APIController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Controller/APIController.php b/src/Controller/APIController.php index f8a247cd..75dcb9d0 100644 --- a/src/Controller/APIController.php +++ b/src/Controller/APIController.php @@ -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(); }