19 lines
714 B
XML
19 lines
714 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="paybox.configuration.form" class="Paybox\Form\ConfigurationForm" />
|
|
</forms>
|
|
|
|
<services>
|
|
<service id="send.paybox.mail" class="Paybox\EventListener\SendConfirmationEmail" scope="request">
|
|
<argument type="service" id="thelia.parser" />
|
|
<argument type="service" id="mailer"/>
|
|
<tag name="kernel.event_subscriber"/>
|
|
</service>
|
|
</services>
|
|
</config>
|