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 3d292b6 commit 3b3a339Copy full SHA for 3b3a339
core/services/MailchimpService.php
@@ -138,7 +138,7 @@ public function send(Postmaster_TransportModel $model)
138
$this->createAndSendCampaign(array(
139
'apiKey' => $this->settings->apiKey,
140
'type' => $this->settings->campaignType,
141
- 'listId' => $this->settings->listIds,
+ 'listId' => $listId,
142
'subject' => $model->settings->subject,
143
'fromEmail' => $model->settings->fromEmail,
144
'fromName' => $model->settings->fromName,
0 commit comments