Fix PHPUnit env test_cached_payum

This commit is contained in:
Francis Hilaire 2024-09-16 21:04:07 +02:00
parent f9c4ad20a7
commit 2dd6cf5035
No known key found for this signature in database
GPG key ID: 3392F830BF33D421

View file

@ -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 }