Skip to content

Commit 300bafe

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. 3ae710c
2 parents 1677a1d + 3ae710c commit 300bafe

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)