mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[PaymentRequest] Adjust class namespace in test_cached_payum config
This commit is contained in:
parent
ea2adc262e
commit
112ad653a5
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ services:
|
||||||
##
|
##
|
||||||
|
|
||||||
'sylius.payment_request.command_provider.payum.offline':
|
'sylius.payment_request.command_provider.payum.offline':
|
||||||
class: Sylius\Bundle\CoreBundle\PaymentRequest\CommandProvider\ActionsCommandProvider
|
class: Sylius\Bundle\PaymentBundle\CommandProvider\ActionsCommandProvider
|
||||||
arguments:
|
arguments:
|
||||||
- !tagged_locator { tag: 'sylius.payment_request.command_provider.payum.offline', index_by: 'action' }
|
- !tagged_locator { tag: 'sylius.payment_request.command_provider.payum.offline', index_by: 'action' }
|
||||||
tags:
|
tags:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue