We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71960f6 commit 0eb7be0Copy full SHA for 0eb7be0
src/ApiClient.php
@@ -730,7 +730,7 @@ public function getEmailsGlobalInfo($emails) {
730
return $this->handleError('Empty emails list');
731
}
732
733
- $requestResult = $this->sendRequest('emails', 'POST');
+ $requestResult = $this->sendRequest('emails', 'POST', $emails);
734
735
return $this->handleResult($requestResult);
736
0 commit comments