websdotcom / constant_contact

Activeresource wrapper gem for the Constant Contact API
MIT License
23 stars 22 forks source link

New Contact on list 1 -- it doesn't exist #11

Open eldavido opened 13 years ago

eldavido commented 13 years ago

I'm trying to create a new contact. Right now, Contact#to_xml puts the user on list 1 by default.

Why is this the default behavior? It's breaking my save request when I try to create a contact, and the account doesn't have a list with ID 1. Is this done because we can't create a new contact without putting it on at least one list?