Closed kstefan closed 10 years ago
Thank you for the contribution.
I've reviewed the changes. They mostly look good, however I've found the following minor issues:
The following fields should be of type Double instead of double:
public double total; public double shipping; public double tax;
And the following field should be of type Date instead of String:
public String order_date;
The following fields should be of type Double instead of double:
public double qty; public double cost;
And the following fields should be of type Integer instead of int:
public int line_num; public int product_id; public int category_id;
I'll gladly merge the pull request once you correct the issues and confirm the method is tested.
I fixed field types and retested the method.
http://apidocs.mailchimp.com/api/1.3/campaignecommorderadd.func.php