MailChimp.Api.Net icon indicating copy to clipboard operation
MailChimp.Api.Net copied to clipboard

Interests class is incorrect

Open RusselRillema opened this issue 8 years ago • 1 comments

Installed versions : [MailChimp.Api.Net 1.2.0.10]

When getting a MCMember you get Interests back but it is a listId : isInterested structure. If looks like the interests class was constructed using a result of the call.

public bool f9c8f5f0ff { get; set; }

I think Interests should just be a dictionary of string bool.

RusselRillema avatar Nov 03 '16 15:11 RusselRillema

I made a quick change here and tried to push it but when I wanted to create a merge request my branch was not there. I have never used GitHub before. I will try find some time later today to read up more about this. Apologies in advance if I have created unnecessary remote branches.

RusselRillema avatar Nov 04 '16 07:11 RusselRillema