ethercreative / mailchimp-commerce

Mailchimp integration with Craft Commerce
Other
5 stars 11 forks source link

Syncing Orders to Mailchimp error #33

Open iamtompickering opened 4 years ago

iamtompickering commented 4 years ago

I have the majority of my orders synced to the mailchimp account, but there seems to be a recurring issue with the plugin trying to sync incomplete orders. In the queue manager, I am getting this error multiple times.

{
    "orderIds": [
        "10326"
    ],
    "description": null
}

The order with that ID is in fact an Active Cart, and not a complete order, so it should not be trying to sync that order yet.

rsanchez commented 4 years ago

Same issue here.

peteeveleigh commented 3 years ago

here too