AshleyMedway / MailJet.NET

.NET Client for MailJet
MIT License
8 stars 11 forks source link

GetContactData(id) is returning a null object #16

Closed dapug closed 8 years ago

dapug commented 8 years ago

If you run client.GetContactData(), you get back an empty object, email and other properties are null, CreatedAt date is minvalue (sure shouldn't be). I tried this with a known-good contact, correct ID, has email and other properties populated in MailJet.

dapug commented 8 years ago

I fixed this. See Pull Request if you want to apply this for everyone.

AshleyMedway commented 8 years ago

Thanks David, I was away on holiday, will pull this in now :+1: