Container tags
Gateway tag
# app/config/config.yml
services:
acme.foo_gateway:
class: Payum\Core\Gateway
public: true
tags:
- { name: payum.gateway, gateway: foo }Action tag
# app/config/config.yml
services:
acme.foo_action:
class: Payum\Core\Action\ActionInterface
public: true
tags:
- { name: payum.action, factory: foo, gateway: bar, all: true, alias: foo, prepend: false }Api tag
Extension tag
Gateway factory tag
Supporting Payum
Last updated