File tree Expand file tree Collapse file tree 4 files changed +2
-6
lines changed Expand file tree Collapse file tree 4 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 11
11
</type >
12
12
<type name =" Magento\Quote\Model\QuoteRepository" >
13
13
<plugin name =" accessControl" type =" Magento\Quote\Model\QuoteRepository\Plugin\AccessChangeQuoteControl" />
14
+ <plugin name =" authorization" type =" Magento\Quote\Model\QuoteRepository\Plugin\Authorization" />
14
15
</type >
15
16
</config >
Original file line number Diff line number Diff line change 11
11
</type >
12
12
<type name =" Magento\Quote\Model\QuoteRepository" >
13
13
<plugin name =" accessControl" type =" Magento\Quote\Model\QuoteRepository\Plugin\AccessChangeQuoteControl" />
14
+ <plugin name =" authorization" type =" Magento\Quote\Model\QuoteRepository\Plugin\Authorization" />
14
15
</type >
15
16
</config >
Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<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 >
12
9
<type name =" Magento\Sales\Model\ResourceModel\Order" >
13
10
<plugin name =" authorization" type =" Magento\Sales\Model\ResourceModel\Order\Plugin\Authorization" />
14
11
</type >
Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<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 >
12
9
<type name =" Magento\Sales\Model\ResourceModel\Order" >
13
10
<plugin name =" authorization" type =" Magento\Sales\Model\ResourceModel\Order\Plugin\Authorization" />
14
11
</type >
You can’t perform that action at this time.
0 commit comments