mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-04 21:53:31 +03:00
Fix variables in BatchMessage:sendMessage()
This commit is contained in:
parent
789eb27228
commit
4c80ff1058
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class BatchMessage extends MessageBuilder{
|
|||
throw new MissingRequiredMIMEParameters(EXCEPTION_MISSING_REQUIRED_MIME_PARAMETERS);
|
||||
}
|
||||
else{
|
||||
$this->message["recipient-variables"] = json_encode($this->batchRecipientAttributes);
|
||||
$message["recipient-variables"] = json_encode($this->batchRecipientAttributes);
|
||||
$response = $this->restClient->post($this->endpointUrl, $message, $files);
|
||||
$this->batchRecipientAttributes = array();
|
||||
$this->toRecipientCount = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue