mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Add recipe for payum/payum-bundle v2.4
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
payum:
|
||||
storages:
|
||||
Payum\Core\Model\Payment:
|
||||
filesystem:
|
||||
storage_dir: '%kernel.root_dir%/Resources/payments'
|
||||
id_property: number
|
||||
|
||||
security:
|
||||
token_storage:
|
||||
Payum\Core\Model\Token:
|
||||
filesystem:
|
||||
storage_dir: '%kernel.root_dir%/Resources/gateways'
|
||||
id_property: hash
|
||||
|
||||
gateways:
|
||||
offline:
|
||||
factory: offline
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Payum\\Bundle\\PayumBundle\\PayumBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/payum.yaml": "%CONFIG_DIR%/packages/payum.yaml"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user