We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d89b6 commit 6e46e5fCopy full SHA for 6e46e5f
1 file changed
README.md
@@ -53,7 +53,7 @@ class IP2LocationAPI
53
return false;
54
}
55
56
- $response = $this->get('http' . (($this->useSSL) ? 's' : '') . '://api.ip2location.com/?' . http_build_query([
+ $response = $this->get('http' . (($this->useSSL) ? 's' : '') . '://api.ip2location.com/v2/?' . http_build_query([
57
'key' => $this->apiKey,
58
'ip' => $ip,
59
'package' => $this->package,
0 commit comments