@@ -23,7 +23,7 @@ class Subscription < ActiveRecord::Base |
||
| 23 | 23 |
response = Rails.configuration.mailchimp.lists.subscribe({
|
| 24 | 24 |
id: list_id, |
| 25 | 25 |
email: {email: email},
|
| 26 |
- double_optin: false, |
|
| 26 |
+ double_optin: false |
|
| 27 | 27 |
}) |
| 28 | 28 |
response |
| 29 | 29 |
end |