Skip to content

Commit

Permalink
Added sales_order_save_after observer in systemwide area
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinbv authored Aug 23, 2024
1 parent c37e265 commit 80b6e18
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion etc/events.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Event/etc/events.xsd">
<event name="sales_order_save_after">
<observer name="mailchimp_admin_sales_order_save_after" instance="\Ebizmarts\MailChimp\Observer\Sales\Order\SaveAfter"/>
</event>
<event name="sales_model_service_quote_submit_before">
<observer name="mailchimp_sales_model_service_quote_submit_before" instance="\Ebizmarts\MailChimp\Observer\Sales\Order\SubmitBefore" />
</event>
Expand All @@ -29,4 +32,4 @@
<event name="catalog_product_import_bunch_save_after">
<observer name="mailchimp_product_import" instance="\Ebizmarts\MailChimp\Observer\Adminhtml\Product\ImportAfter"/>
</event>
</config>
</config>

0 comments on commit 80b6e18

Please sign in to comment.