<?xml version="1.0" encoding="UTF-8" ?>

<container xmlns="http://symfony.com/schema/dic/services"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">

    <services>
        <service id="payum.command.create_capture_token" class="Payum\Bundle\PayumBundle\Command\CreateCaptureTokenCommand">
            <call method="setContainer">
                <argument type="service" id="service_container" />
            </call>

            <tag name="console.command" />
        </service>

        <service id="payum.command.create_notify_token" class="Payum\Bundle\PayumBundle\Command\CreateNotifyTokenCommand">
            <call method="setContainer">
                <argument type="service" id="service_container" />
            </call>

            <tag name="console.command" />
        </service>

        <service id="payum.command.debug_gateway" class="Payum\Bundle\PayumBundle\Command\DebugGatewayCommand">
            <call method="setContainer">
                <argument type="service" id="service_container" />
            </call>

            <tag name="console.command" />
        </service>

        <service id="payum.command.status" class="Payum\Bundle\PayumBundle\Command\StatusCommand">
            <call method="setContainer">
                <argument type="service" id="service_container" />
            </call>

            <tag name="console.command" />
        </service>
    </services>
</container>
