Merge branch 'Preorder/update-map' into 'master'

enhanced preorder map

See merge request fronk/thetool!1773
This commit is contained in:
Luca Haid
2025-09-18 10:57:21 +00:00

View File

@@ -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;