mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
10 lines
481 B
YAML
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 }
|