Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
colintucker committed Mar 26, 2019
2 parents 144dc41 + 8ce40c1 commit 0644d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/MailChimpSignupController.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ public function doSubscribe($data, $form)
// Obtain API Response:

$response = $this->api->put(
$this->getSubscribeMethod(),
$this->getSubscribeMethod($data),
[
'email_address' => $data['Email'],
'email_type' => 'html',
Expand Down

0 comments on commit 0644d44

Please sign in to comment.