Skip to content

Commit 7ef77d7

Browse files
committed
Replace event from frontend to base
1 parent a62f72b commit 7ef77d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/code/Magento/Customer/etc/events.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,7 @@
1515
<event name="sales_quote_save_after">
1616
<observer name="customer_visitor" instance="Magento\Customer\Observer\Visitor\BindQuoteCreateObserver" />
1717
</event>
18+
<event name="customer_save_after_data_object">
19+
<observer name="upgrade_quote_customer_email" instance="Magento\Customer\Observer\UpgradeQuoteCustomerEmailObserver"/>
20+
</event>
1821
</config>

app/code/Magento/Customer/etc/frontend/events.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,4 @@
2929
<observer name="customer_password" instance="Magento\Customer\Observer\UpgradeCustomerPasswordObserver" />
3030
<observer name="customer_unlock" instance="Magento\Customer\Observer\CustomerLoginSuccessObserver" />
3131
</event>
32-
<event name="customer_save_after_data_object">
33-
<observer name="upgrade_quote_customer_email" instance="Magento\Customer\Observer\UpgradeQuoteCustomerEmailObserver"/>
34-
</event>
3532
</config>

0 commit comments

Comments
 (0)