From 5fd1335b7b026687a060bc8d328d6ae032a7645f Mon Sep 17 00:00:00 2001 From: Antonio Bigan <39882567+antonio-bigan@users.noreply.github.com> Date: Thu, 17 Aug 2023 12:28:45 +0300 Subject: [PATCH] Update ZeroBounce.php --- src/ZeroBounce.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ZeroBounce.php b/src/ZeroBounce.php index 286f187..2d54c3f 100644 --- a/src/ZeroBounce.php +++ b/src/ZeroBounce.php @@ -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); }