Ecwid / ecwid-mailchimp

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

Add ecomm/order-add v2.0 method #19

Closed kstefan closed 10 years ago

kstefan commented 10 years ago

http://apidocs.mailchimp.com/api/2.0/ecomm/order-add.php

basiliscus commented 10 years ago

The same issue with this request:

  1. All fields of type double should be converted to Double.
  2. All fields of type int should be converted to Integer.
  3. The field order_date should be of type Date instead of String.
kstefan commented 10 years ago

I fixed field types and retested the method.