I've been using this gem for list management and recently wanted to use it to create email campaigns as well. This wasn't working as the XML being generated was bad, due to the to_xml() method creating tags for all the hash keys.
The changes are small, just the one main change and then a little bit of normalization/cleanup. The change to to_xml() was basically copied from contact.rb.
Hey there,
I've been using this gem for list management and recently wanted to use it to create email campaigns as well. This wasn't working as the XML being generated was bad, due to the to_xml() method creating tags for all the hash keys.
The changes are small, just the one main change and then a little bit of normalization/cleanup. The change to to_xml() was basically copied from contact.rb.