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