Sylius/config/services_test_cached_payum.yaml
2024-09-20 13:22:57 +02:00

10 lines
481 B
YAML

imports:
- { resource: "services_test_cached.yaml" }
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: 'action' }
tags:
- { name: 'sylius.payment_request.command_provider', gateway-factory: 'offline', priority: -200 }