We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e16abc commit 3ae710cCopy full SHA for 3ae710c
app/code/Magento/Quote/etc/webapi_rest/di.xml
@@ -11,5 +11,6 @@
11
</type>
12
<type name="Magento\Quote\Model\QuoteRepository">
13
<plugin name="accessControl" type="Magento\Quote\Model\QuoteRepository\Plugin\AccessChangeQuoteControl" />
14
+ <plugin name="authorization" type="Magento\Quote\Model\QuoteRepository\Plugin\Authorization" />
15
16
</config>
app/code/Magento/Quote/etc/webapi_soap/di.xml
0 commit comments