mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Make PayumBundle command provider running before PaymentBundle one
This commit is contained in:
parent
11a6cbeda2
commit
28a7c293e7
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
<services>
|
<services>
|
||||||
<service id="sylius_payum.command_provider.payment_request.offline" class="Sylius\Bundle\PayumBundle\PaymentRequest\CommandProvider\PayumActionsCommandProvider">
|
<service id="sylius_payum.command_provider.payment_request.offline" class="Sylius\Bundle\PayumBundle\PaymentRequest\CommandProvider\PayumActionsCommandProvider">
|
||||||
<argument type="tagged_locator" tag="sylius_payum.command_provider.payment_request.offline" index-by="action" />
|
<argument type="tagged_locator" tag="sylius_payum.command_provider.payment_request.offline" index-by="action" />
|
||||||
<tag name="sylius.payment_request.command_provider" gateway-factory="offline" priority="100" />
|
<tag name="sylius.payment_request.command_provider" gateway-factory="offline" priority="-100" />
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<service id="sylius_payum.command_provider.payment_request.offline.capture" class="Sylius\Bundle\PayumBundle\PaymentRequest\CommandProvider\CaptureCommandProvider">
|
<service id="sylius_payum.command_provider.payment_request.offline.capture" class="Sylius\Bundle\PayumBundle\PaymentRequest\CommandProvider\CaptureCommandProvider">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue