Files
symfony-flex-recipes-contrib/andchir.omnipay-bundle.1.0.json
T
github-action[bot]andgithub-action[bot] 07bebab4b0 Update Flex endpoint
2021-11-15 21:21:31 +00:00

45 lines
1.5 KiB
JSON

{
"manifests": {
"andchir/omnipay-bundle": {
"manifest": {
"bundles": {
"Andchir\\OmnipayBundle\\OmnipayBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/omnipay.yaml": {
"contents": [
"omnipay:",
" success_url: '/profile/history_orders'",
" fail_url: '/'",
" return_url: '/omnipay_return'",
" notify_url: '/omnipay_notify'",
" cancel_url: '/omnipay_cancel'",
" data_keys:",
" paymentId: ['orderNumber']",
" customerEmail: ['customerNumber']",
" gateways: null",
""
],
"executable": true
},
"config/routes/omnipay.yaml": {
"contents": [
"omnipay:",
" resource: \"@OmnipayBundle/Resources/config/routing.yml\"",
" prefix: /",
""
],
"executable": false
}
},
"ref": "b70bdce6cb4c9a3933dcc082c270042e630b5507"
}
}
}