Skip to content

Commit 3b3a339

Browse files
committed
- (Bug Fix) Fixed an issue with Mailchimp throwing an error when trying to create and send a new campaign
1 parent 3d292b6 commit 3b3a339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/services/MailchimpService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public function send(Postmaster_TransportModel $model)
138138
$this->createAndSendCampaign(array(
139139
'apiKey' => $this->settings->apiKey,
140140
'type' => $this->settings->campaignType,
141-
'listId' => $this->settings->listIds,
141+
'listId' => $listId,
142142
'subject' => $model->settings->subject,
143143
'fromEmail' => $model->settings->fromEmail,
144144
'fromName' => $model->settings->fromName,

0 commit comments

Comments
 (0)