mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Fix PHPUnit env test_cached_payum
This commit is contained in:
parent
f9c4ad20a7
commit
2dd6cf5035
1 changed files with 1 additions and 1 deletions
|
|
@ -5,6 +5,6 @@ services:
|
|||
'sylius.payment_request.command_provider.payum.offline':
|
||||
class: Sylius\Bundle\CoreBundle\PaymentRequest\CommandProvider\ActionsCommandProvider
|
||||
arguments:
|
||||
- !tagged_locator { tag: 'sylius.payment_request.command_provider.payum.offline', index_by: 'type' }
|
||||
- !tagged_locator { tag: 'sylius.payment_request.command_provider.payum.offline', index_by: 'action' }
|
||||
tags:
|
||||
- { name: 'sylius.payment_request.command_provider', gateway-factory: 'offline', priority: -200 }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue