File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
app/code/Magento/Downloadable/etc Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 14
14
<type name =" Magento\Catalog\Model\Product\CartConfiguration" >
15
15
<plugin name =" Downloadable" type =" Magento\Downloadable\Model\Product\CartConfiguration\Plugin\Downloadable" />
16
16
</type >
17
+ <virtualType name =" context_for_downloadable" type =" Magento\Framework\View\Element\Template\Context" >
18
+ <arguments >
19
+ <argument name =" urlBuilder" xsi : type =" object" >Magento\Framework\Url</argument >
20
+ </arguments >
21
+ </virtualType >
22
+ <type name =" Magento\Downloadable\Block\Sales\Order\Email\Items\Order\Downloadable" >
23
+ <arguments >
24
+ <argument name =" context" xsi : type =" object" >context_for_downloadable</argument >
25
+ </arguments >
26
+ </type >
17
27
<type name =" Magento\Catalog\Model\Product\TypeTransitionManager" >
18
28
<plugin name =" downloadable_product_transition" type =" Magento\Downloadable\Model\Product\TypeTransitionManager\Plugin\Downloadable" />
19
29
<arguments >
You can’t perform that action at this time.
0 commit comments