We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c406bd + 02587e4 commit 280b838Copy full SHA for 280b838
src/Services/IPData.php
@@ -53,7 +53,7 @@ public function locate($ip)
53
return $this->hydrate([
54
'ip' => $ip,
55
'iso_code' => $json['country_code'],
56
- 'country' => $json['continent_name'],
+ 'country' => $json['country_name'],
57
'city' => $json['city'],
58
'state' => $json['region_code'],
59
'state_name' => $json['region'],
@@ -65,4 +65,4 @@ public function locate($ip)
65
'currency' => Arr::get($json, 'currency.code'),
66
]);
67
}
68
-}
+}
0 commit comments