diff --git a/config/services_test_cached_payum.yaml b/config/services_test_cached_payum.yaml index 26988e7f44..1a0c660f47 100644 --- a/config/services_test_cached_payum.yaml +++ b/config/services_test_cached_payum.yaml @@ -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 }