diff --git a/payum/payum-bundle/2.4/config/payum.yaml b/payum/payum-bundle/2.4/config/payum.yaml new file mode 100644 index 00000000..528976e2 --- /dev/null +++ b/payum/payum-bundle/2.4/config/payum.yaml @@ -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 diff --git a/payum/payum-bundle/2.4/manifest.json b/payum/payum-bundle/2.4/manifest.json new file mode 100644 index 00000000..69d6a116 --- /dev/null +++ b/payum/payum-bundle/2.4/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Payum\\Bundle\\PayumBundle\\PayumBundle": ["all"] + }, + "copy-from-recipe": { + "config/payum.yaml": "%CONFIG_DIR%/packages/payum.yaml" + } +}