Skip to content

Commit 578c4ef

Browse files
ENGCOM-5299: Move Quote related Plugins to correct module #23174
- Merge Pull Request #23174 from sankalpshekhar/magento2:move-quote-plugins-to-quote-module - Merged commits: 1. 29cc561
2 parents 300bafe + 29cc561 commit 578c4ef

File tree

2 files changed

+0
-6
lines changed
  • app/code/Magento/Sales/etc

2 files changed

+0
-6
lines changed

app/code/Magento/Sales/etc/webapi_rest/di.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
*/
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
9-
<type name="Magento\Quote\Model\QuoteRepository">
10-
<plugin name="authorization" type="Magento\Quote\Model\QuoteRepository\Plugin\Authorization" />
11-
</type>
129
<type name="Magento\Sales\Model\ResourceModel\Order">
1310
<plugin name="authorization" type="Magento\Sales\Model\ResourceModel\Order\Plugin\Authorization" />
1411
</type>

app/code/Magento/Sales/etc/webapi_soap/di.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
*/
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
9-
<type name="Magento\Quote\Model\QuoteRepository">
10-
<plugin name="authorization" type="Magento\Quote\Model\QuoteRepository\Plugin\Authorization" />
11-
</type>
129
<type name="Magento\Sales\Model\ResourceModel\Order">
1310
<plugin name="authorization" type="Magento\Sales\Model\ResourceModel\Order\Plugin\Authorization" />
1411
</type>

0 commit comments

Comments
 (0)