We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e911e0e + 629ec16 commit b170e11Copy full SHA for b170e11
src/Geocoder/Provider/GeoPluginProvider.php
@@ -76,7 +76,7 @@ protected function executeQuery($query)
76
throw new NoResultException(sprintf('Could not execute query %s', $query));
77
}
78
79
- if (!array_key_exists('geoplugin_status', $json) || (200 !== $json['geoplugin_status'])) {
+ if (!array_key_exists('geoplugin_status', $json) || (200 !== $json['geoplugin_status'] && 206 !== $json['geoplugin_status'])) {
80
81
82
0 commit comments