Skip to content

Commit 3ae710c

Browse files
Move Quote related Plugins to correct module
1 parent 8e16abc commit 3ae710c

File tree

2 files changed

+2
-0
lines changed
  • app/code/Magento/Quote/etc

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
</type>
1212
<type name="Magento\Quote\Model\QuoteRepository">
1313
<plugin name="accessControl" type="Magento\Quote\Model\QuoteRepository\Plugin\AccessChangeQuoteControl" />
14+
<plugin name="authorization" type="Magento\Quote\Model\QuoteRepository\Plugin\Authorization" />
1415
</type>
1516
</config>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
</type>
1212
<type name="Magento\Quote\Model\QuoteRepository">
1313
<plugin name="accessControl" type="Magento\Quote\Model\QuoteRepository\Plugin\AccessChangeQuoteControl" />
14+
<plugin name="authorization" type="Magento\Quote\Model\QuoteRepository\Plugin\Authorization" />
1415
</type>
1516
</config>

0 commit comments

Comments
 (0)