mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
11 lines
567 B
YAML
11 lines
567 B
YAML
imports:
|
|
- { resource: "services_test_cached.yaml" }
|
|
|
|
services:
|
|
# Prioritize Payum by tagging services with a higher priority (or lower for tagged_iterator).
|
|
'sylius_payum.command_provider.payment_request.offline':
|
|
class: Sylius\Bundle\PaymentBundle\CommandProvider\ActionsCommandProvider
|
|
arguments:
|
|
- !tagged_locator { tag: 'sylius_payum.command_provider.payment_request.offline', index_by: 'action' }
|
|
tags:
|
|
- { name: 'sylius.payment_request.command_provider', gateway-factory: 'offline', priority: -100 }
|