Skip to content

Commit

Permalink
Merge pull request #165 from robdekort/patch-1
Browse files Browse the repository at this point in the history
Update IpApiPro.php
  • Loading branch information
stevebauman committed Apr 9, 2024
2 parents 969303a + 15811fb commit c95c397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drivers/IpApiPro.php
Expand Up @@ -11,6 +11,6 @@ public function url(string $ip): string
{
$key = config('location.ip_api.token');

return "https://pro.ip-api.com/json/$ip?key=$key";
return "https://pro.ip-api.com/json/$ip?key=$key&fields=status,message,country,countryCode,region,regionName,city,zip,lat,lon,timezone,currency,isp,org,as,query";
}
}

0 comments on commit c95c397

Please sign in to comment.