@@ -91,12 +91,12 @@ |
||
91 | 91 | public function createCampaign($mailChimp) |
92 | 92 | { |
93 | 93 | $mailChimp->post('campaigns', [ |
94 | - 'type' => 'regular', |
|
95 | - 'settings' => [ |
|
94 | + 'type' => 'regular', |
|
95 | + 'settings' => [ |
|
96 | 96 | 'subject_line' => $this->record->Title, |
97 | 97 | 'from_name' => $this->record->FromName, |
98 | 98 | 'reply_to' => $this->record->ReplyTo, |
99 | - ], |
|
99 | + ], |
|
100 | 100 | ]); |
101 | 101 | |
102 | 102 | return $this->handleMailChimpResponse($mailChimp); |