You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: