added payrexx-bundle

This commit is contained in:
2022-12-09 09:23:12 +01:00
parent c16fa95004
commit 585e7b5982
2 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
{
"manifests": {
"magdev/payrexx-bundle": {
"manifest": {
"bundles": {
"Magdev\\PayrexxBundle\\MagdevPayrexxBundle": [
"all"
]
},
"env": {
"#1": "Configure your Payrexx instance details",
"#2": "PAYREXX_INSTANCE=<instance-name>",
"#3": "PAYREXX_API_SECRET=<payrexx-api-secret>"
}
},
"files": {
"config/packages/magdev_gitea.yaml": {
"contents": [
"magdev_payrexx:",
"instance: '%env(PAYREXX_INSTANCE)%'",
"secret: '%env(PAYREXX_API_SECRET)%'",
""
],
"executable": false
}
},
"ref": "f989fdd7124ff7c9c2d1b62f622f4415906dcd45"
}
}
}