Resolve "Resq 1.5 changes" #1556

Merged
korina.cordero merged 30 commits from 632-resq-1-5-changes into master-fix 2021-12-03 05:54:22 +00:00
Showing only changes of commit 8d5b67b020 - Show all commits

View file

@ -2719,7 +2719,7 @@ class APIController extends Controller implements LoggedController
$instructions = $req->request->get('delivery_instructions', '');
// landmark
$landmark = $req->request->get('landmark', '');
$landmark = $req->request->get('landmark', ' ');
// longitude and latitude
$long = $req->request->get('long');