Skip to content

Commit

Permalink
Update ZeroBounce.php
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-bigan authored Aug 17, 2023
1 parent 5c4f9ec commit 5fd1335
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 @@ -191,7 +191,7 @@ public function sendFile(
public function scoringSendFile(
$filepath, $emailAddressColumn, $returnUrl = NULL, $hasHeaderRow = NULL)
{
return $this->_sendFile(self::BulkApiBaseUrl . "/scoring/sendFile", $filepath, $emailAddressColumn,
return $this->_sendFile(self::BulkApiBaseUrl . "/scoring/sendfile", $filepath, $emailAddressColumn,
$returnUrl, NULL, NULL,
NULL, NULL, $hasHeaderRow);
}
Expand Down

0 comments on commit 5fd1335

Please sign in to comment.