banana-j / bananaj

Java API wrapper for MailChimp API 3.0
MIT License
38 stars 33 forks source link

In Member class, member.putMergeFields method takes String as second parameter, not object. #55

Open joranb opened 2 years ago

joranb commented 2 years ago

Hi, Would be great if the method putMergeFields in the Member class accepted Object as second parameter, and not String. Useful for instance if your mergefield is of another type than String, for instance a number field.