Skip to content

Commit

Permalink
Correct mailchimp spec
Browse files Browse the repository at this point in the history
  • Loading branch information
wwahammy committed Oct 1, 2023
1 parent 43d2663 commit 5130b50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/lib/mailchimp_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@
'email_address' => user.email,
'status' => 'subscribed',
'merge_fields' => {
'NONPROFIT_ID' => nonprofit.id
'NONPROFIT_ID' => nonprofit.id,
'FNAME' => "",
}
})
end
Expand Down

0 comments on commit 5130b50

Please sign in to comment.