Created
April 19, 2022 13:03
-
-
Save magevision/96d46876a681ca00c8ac153e24cf03a2 to your computer and use it in GitHub Desktop.
DisableEventObserver
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Event/etc/events.xsd"> | |
<event name="sendfriend_product"> | |
<observer name="reports" disabled="true" /> | |
</event> | |
</config> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment