File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
app/code/Magento/LoginAsCustomerSales/etc Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <!--
3+ /**
4+ * Copyright © Magento, Inc. All rights reserved.
5+ * See COPYING.txt for license details.
6+ */
7+ -->
8+ <config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:ObjectManager/etc/config.xsd" >
9+ <type name =" Magento\Sales\Model\Order" >
10+ <plugin name =" front-order-placement-comment" type =" Magento\LoginAsCustomerSales\Plugin\FrontAddCommentOnOrderPlacementPlugin" />
11+ </type >
12+ </config >
Original file line number Diff line number Diff line change 77-->
88<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:ObjectManager/etc/config.xsd" >
99 <type name =" Magento\Sales\Model\Order" >
10- <plugin name =" front -order-placement-comment" type =" Magento\LoginAsCustomerSales\Plugin\FrontAddCommentOnOrderPlacementPlugin" />
10+ <plugin name =" rest -order-placement-comment" type =" Magento\LoginAsCustomerSales\Plugin\FrontAddCommentOnOrderPlacementPlugin" />
1111 </type >
1212</config >
You can’t perform that action at this time.
0 commit comments