Skip to content

Commit

Permalink
Update getfile endpoint path
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-bigan authored Aug 22, 2023
1 parent 5fd1335 commit 4171cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZeroBounce.php
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ private function _getFile($scoring, $fileId, $downloadPath)
$content = @file_put_contents($downloadPath,
$this->downloadFile(self::BulkApiBaseUrl
. ($scoring ? "/scoring" : "")
. "/getFile?api_key=" . $this->apiKey
. "/getfile?api_key=" . $this->apiKey
. "&file_id=" . $fileId));

if ($content === FALSE) {
Expand Down

0 comments on commit 4171cc5

Please sign in to comment.