Files
module-pdfing-po/app/code/Shopkeeper/PDFingPO/etc/di.xml

18 lines
675 B
XML
Raw Normal View History

2025-10-06 17:03:16 -04:00
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
<!-- Plugin for the main Template model -->
<type name="Amasty\PDFCustom\Model\Template">
<plugin name="shopkeeper_pdf_cost_template"
type="Shopkeeper\PDFingPO\Plugin\Amasty\TemplatePlugin"/>
</type>
<!-- Plugin for the Filter if it exists -->
<type name="Magento\Email\Model\Template\Filter">
<plugin name="shopkeeper_pdf_cost_filter"
type="Shopkeeper\PDFingPO\Plugin\Amasty\FilterPlugin"/>
</type>
</config>