Skip to content

Commit 0eb7be0

Browse files
author
Victor Burre
committed
Fix missed parameter
1 parent 71960f6 commit 0eb7be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ApiClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ public function getEmailsGlobalInfo($emails) {
730730
return $this->handleError('Empty emails list');
731731
}
732732

733-
$requestResult = $this->sendRequest('emails', 'POST');
733+
$requestResult = $this->sendRequest('emails', 'POST', $emails);
734734

735735
return $this->handleResult($requestResult);
736736
}

0 commit comments

Comments
 (0)