enhanced preorder map
This commit is contained in:
@@ -19,7 +19,6 @@ class GeocodingController extends mfBaseController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$data = json_decode($response, true);
|
$data = json_decode($response, true);
|
||||||
var_dump($data); // Debugging line, can be removed in production
|
|
||||||
if ($data['status'] !== 'OK' || empty($data['results'])) {
|
if ($data['status'] !== 'OK' || empty($data['results'])) {
|
||||||
self::returnJson([]);
|
self::returnJson([]);
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user