Skip to content

Commit 4b527cb

Browse files
committed
removed isp
1 parent b65be3c commit 4b527cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Drivers/TelizeDriver.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ public function get($ip)
3636
'region' => array_get($data, 'region'),
3737
'regionCode' => array_get($data, 'region_code'),
3838
'timezone' => array_get($data, 'timezone'),
39-
'postalCode' => array_get($data, 'postal_code'),
40-
'isp' => array_get($data, 'organization'), // unsure what to return here; previously it was 'isp', but that does not exist anylonger.
39+
'postalCode' => array_get($data, 'postal_code')
4140
];
4241
}
4342

0 commit comments

Comments
 (0)