mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 02:56:26 +03:00
53 lines
2.6 KiB
JSON
53 lines
2.6 KiB
JSON
{
|
|
"locks": {
|
|
"lolautruche/payline-bundle": {
|
|
"version": "2.0",
|
|
"recipe": {
|
|
"repo": "2.0",
|
|
"branch": "master",
|
|
"version": "2.0",
|
|
"ref": "175b8f89ccbe1fb373b8cc3ac90abd495125eaa8"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"lolautruche/payline-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "lolautruche/payline-bundle",
|
|
"version": "2.0",
|
|
"manifest": {
|
|
"bundles": {
|
|
"Lolautruche\\PaylineBundle\\LolautruchePaylineBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"#PAYLINE_MERCHANT_ID": "your_payline_merchant_id",
|
|
"#PAYLINE_ACCESS_KEY": "your_payline_access_key",
|
|
"PAYLINE_CONTRACT_NUMBER": "your_payline_contract_number",
|
|
"#1": "Valid values are 'homo', 'prod', 'int' and 'dev'.",
|
|
"#2": "e.g. 'homo' for 'Homologation', 'prod' for 'Production', 'int' for 'Integration'",
|
|
"PAYLINE_ENVIRONMENT": "homo"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/routes/payline.yaml": {
|
|
"contents": "LolautruchePaylineBundle:\n resource: '@LolautruchePaylineBundle/Resources/config/routing.yml'\n prefix: /\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
},
|
|
"config/packages/payline.yaml": {
|
|
"contents": "lolautruche_payline:\n merchant_id: '%env(PAYLINE_MERCHANT_ID)%'\n access_key: '%env(PAYLINE_ACCESS_KEY)%'\n contract_number: '%env(PAYLINE_CONTRACT_NUMBER)%'\n environment: '%env(PAYLINE_ENVIRONMENT)%'\n # Can be EUR (or \u20ac), USD (or $), POUND (or \u00a3).\n default_currency: '\u20ac'\n # Route name for the confirmation page the user will be redirected to, once the payment has been processed.\n default_confirmation_route: 'route_name_for_confirmation_page'\n # Route name for the error page the user will be redirected to if there was an error with the payment.\n default_error_route: 'route_name_for_error_page'\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "lolautruche/payline-bundle:2.0@github.com/symfony/recipes-contrib:master",
|
|
"not_installable": false,
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |