2018-12-18 13:02:40 +03:00

86 lines
2.2 KiB
JSON

{
"name": "PaypalStandard",
"alias": "paypalstandard",
"description": "",
"version": "1.0.1",
"category": "payment-gateway",
"keywords": [],
"active": 1,
"order": 0,
"providers": [
"Modules\\PaypalStandard\\Providers\\PaypalStandardServiceProvider"
],
"aliases": {},
"files": [
"start.php"
],
"requires": [],
"settings": [
{
"type": "textGroup",
"name": "name",
"title": "general.name",
"icon": "id-card-o",
"attributes": {
"required": "required"
}
},
{
"type": "textGroup",
"name": "email",
"title": "paypalstandard::general.form.email",
"icon": "envelope-o",
"attributes": {
"required": "required"
}
},
{
"type": "selectGroup",
"name": "mode",
"title": "paypalstandard::general.form.mode",
"icon": "plane",
"values": {
"live": "Live",
"sandbox": "Sandbox"
},
"selected": null,
"attributes": {}
},
{
"type": "selectGroup",
"name": "transaction",
"title": "paypalstandard::general.form.transaction",
"icon": "exchange",
"values": {
"authorization": "Authorization",
"sale": "Sale"
},
"selected": null,
"attributes": {}
},
{
"type": "radioGroup",
"name": "customer",
"title": "paypalstandard::general.form.customer",
"enable": "general.yes",
"disable": "general.no",
"attributes": {}
},
{
"type": "radioGroup",
"name": "debug",
"title": "paypalstandard::general.form.debug",
"enable": "general.yes",
"disable": "general.no",
"attributes": {}
},
{
"type": "textGroup",
"name": "order",
"title": "paypalstandard::general.form.order",
"icon": "sort",
"attributes": {}
}
]
}