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
One example is when an order contains a product that was deleted from Magento. The error message: "The requested product doesn't exist" is only saved in the database table mailchimp_sync_ecommerce making it hard for a normal user to read it.
Actual and Expected result
Add the error message in the logs or in the error table.
Additional information
Places found that are currently not logging errors:
Issue Description
Preconditions
Steps to reproduce
One example is when an order contains a product that was deleted from Magento. The error message: "The requested product doesn't exist" is only saved in the database table mailchimp_sync_ecommerce making it hard for a normal user to read it.
Actual and Expected result
Add the error message in the logs or in the error table.
Additional information
Places found that are currently not logging errors:
mc-magento2/Cron/Webhook.php
Line 113 in c8c7b0e
mc-magento2/Model/Api/Order.php
Line 167 in c8c7b0e
mc-magento2/Model/Api/Order.php
Line 236 in c8c7b0e
mc-magento2/Model/Plugin/Newsletter/Save.php
Line 102 in c8c7b0e
mc-magento2/Observer/Adminhtml/Customer/SaveAfter.php
Line 93 in c8c7b0e
mc-magento2/Model/Api/Cart.php
Line 252 in c8c7b0e
The text was updated successfully, but these errors were encountered: