Completed
Push — master ( 57b1d6...b1f784 )
by David
02:38
created
code/admin/ChimpifyAdmin.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -91,12 +91,12 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.