From 2dd6cf5035fc754e373cbf1e84b42e38dacfe29d Mon Sep 17 00:00:00 2001 From: Francis Hilaire Date: Mon, 16 Sep 2024 21:04:07 +0200 Subject: [PATCH] Fix PHPUnit env test_cached_payum --- config/services_test_cached_payum.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }