Add recipe for payum/payum-bundle v2.4

This commit is contained in:
Jacques Bodin-Hullin
2020-03-10 19:45:45 +01:00
parent b1eab1332c
commit 0ae0a89527
2 changed files with 25 additions and 0 deletions
+17
View File
@@ -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
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Payum\\Bundle\\PayumBundle\\PayumBundle": ["all"]
},
"copy-from-recipe": {
"config/payum.yaml": "%CONFIG_DIR%/packages/payum.yaml"
}
}