Closed sarrazinc closed 8 years ago
Thanks for reporting this issue and more importantly thanks for doing the research to resolve it. I will add the enum value and publish updated package.
Updated nuget package has been published but nuget.org hasn't indexed it yet. As soon as nuget.org indexes it, you'll be able to update your reference.
Thanks again for reporting the issue.
Wow, that was fast. Thanks for fixing it so quickly!
Hi,
I'm having a crash on the Cakemail API deserialization in the method "GetListMembers". A member has been set to the "active_bounced" state, which doesn't exists in the ListMemberStatus Enumeration (there is a state "inactive_bounced" however).
To fix this issue locally, I downloaded the source code from your repository and added the "active_bounced" value into the ListMemberStatus Enumeration. Here's the resulting class that fixed the issue (notice the new ActiveBounced value, set to the corresponding value). Do you think you could update your Enumeration with this one so I could use your nuget package again, instead of the version I compiled locally?
To help you understand the issue, here's the full Stack Trace that I was receiving:
Thanks for your Cakemail wrapper, we're loving it!
Cedric