Files
domokits/local/modules/Paypal/Config/config.xml
2019-11-21 12:25:31 +01:00

24 lines
901 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<config xmlns="http://thelia.net/schema/dic/config"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://thelia.net/schema/dic/config http://thelia.net/schema/dic/config/thelia-1.0.xsd">
<forms>
<form name="paypal.form.configure" class="Paypal\Form\ConfigurationForm" />
</forms>
<services>
<service id="paypal.mail.listener" class="Paypal\Listener\SendConfirmationEmail" scope="request">
<argument type="service" id="mailer"/>
<tag name="kernel.event_subscriber"/>
</service>
</services>
<hooks>
<hook id="paypal.configuration.hook" class="Paypal\Hook\HookManager" scope="request">
<tag name="hook.event_listener" event="module.configuration" type="back" method="onModuleConfigure" />
</hook>
</hooks>
</config>