Ecwid / ecwid-mailchimp

MailChimp API Wrapper for Java
Apache License 2.0
86 stars 83 forks source link

Cannot deserialize date: "" #3

Closed frankgibbs closed 11 years ago

frankgibbs commented 11 years ago

Using the example code found here

https://github.com/Ecwid/ecwid-mailchimp/wiki

if I change

listSubscribeMethod.double_optin = true;

I get, Cannot deserialize date: ""

when the following line executes

ListMemberInfoResult listMemberInfoResult = mailChimpClient.execute(listMemberInfoMethod);

basiliscus commented 11 years ago

The issue is fixed, see 6c8371c37ff7503322554ccca66f9b0828ba5943. Thanks for pointing it out.

Please let me know if you use the library from maven, I'll publish a new artifact then.

frankgibbs commented 11 years ago

Yes I use the maven repo, let me know the updated version number.

Sent from my iPad

On Nov 16, 2012, at 9:33 PM, basiliscus notifications@github.com wrote:

The issue is fixed, see 6c8371c. Thanks for pointing it out.

Please let me know if you use the library from maven, I'll publish a new artifact then.

— Reply to this email directly or view it on GitHub.

basiliscus commented 11 years ago

The new version (1.3.0.3) is now available in Maven Central.

frankgibbs commented 11 years ago

Thanks!

Sent from my iPad

On Nov 17, 2012, at 7:38 AM, basiliscus notifications@github.com wrote:

The new version (1.3.0.3) is now available in Maven Central.

— Reply to this email directly or view it on GitHub.