Files
symfony-flex-recipes-contrib/andchir.omnipay-bundle.1.0.json
T
github-action botandgithub-action bot 030c77cfa8 Update Flex endpoint
2021-09-22 13:12:29 +00:00

44 lines
1.5 KiB
JSON

{
"manifests": {
"andchir/omnipay-bundle": {
"manifest": {
"bundles": {
"Andchir\\OmnipayBundle\\OmnipayBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/routes/omnipay.yaml": {
"contents": [
"omnipay:",
" resource: \"@OmnipayBundle/Resources/config/routing.yml\"",
" prefix: /",
""
],
"executable": false
},
"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
}
},
"ref": "b70bdce6cb4c9a3933dcc082c270042e630b5507"
}
}
}