83 lines
2.2 KiB
JSON
Raw Normal View History

2017-11-20 17:28:15 +03:00
{
2019-11-16 10:21:14 +03:00
"alias": "paypal-standard",
"icon": "fab fa-paypal",
"version": "2.0.0",
2019-11-19 18:33:36 +03:00
"category": "payment-method",
2017-11-20 17:28:15 +03:00
"active": 1,
"providers": [
2019-11-16 10:21:14 +03:00
"Modules\\PaypalStandard\\Providers\\Main"
2017-11-20 17:28:15 +03:00
],
"aliases": {},
2019-11-16 10:21:14 +03:00
"files": [],
2017-11-20 17:28:15 +03:00
"requires": [],
2019-11-19 12:39:35 +03:00
"reports": [],
2017-11-20 17:28:15 +03:00
"settings": [
{
"type": "textGroup",
"name": "name",
"title": "general.name",
2019-11-16 10:21:14 +03:00
"icon": "fa fa-font",
2017-11-20 17:28:15 +03:00
"attributes": {
"required": "required"
}
},
{
"type": "textGroup",
"name": "email",
2019-11-16 10:21:14 +03:00
"title": "paypal-standard::general.form.email",
"icon": "envelope",
2017-11-20 17:28:15 +03:00
"attributes": {
"required": "required"
}
},
{
"type": "selectGroup",
"name": "mode",
2019-11-16 10:21:14 +03:00
"title": "paypal-standard::general.form.mode",
2017-11-20 17:28:15 +03:00
"icon": "plane",
"values": {
"live": "Live",
"sandbox": "Sandbox"
},
"selected": null,
"attributes": {}
},
{
"type": "selectGroup",
"name": "transaction",
2019-11-16 10:21:14 +03:00
"title": "paypal-standard::general.form.transaction",
"icon": "exchange-alt",
2017-11-20 17:28:15 +03:00
"values": {
"authorization": "Authorization",
"sale": "Sale"
},
"selected": null,
"attributes": {}
},
{
"type": "radioGroup",
"name": "customer",
2019-11-16 10:21:14 +03:00
"title": "paypal-standard::general.form.customer",
2017-11-20 17:28:15 +03:00
"enable": "general.yes",
"disable": "general.no",
"attributes": {}
},
{
"type": "radioGroup",
"name": "debug",
2019-11-16 10:21:14 +03:00
"title": "paypal-standard::general.form.debug",
2017-11-20 17:28:15 +03:00
"enable": "general.yes",
"disable": "general.no",
"attributes": {}
},
{
"type": "textGroup",
"name": "order",
2019-11-16 10:21:14 +03:00
"title": "paypal-standard::general.form.order",
2017-11-20 17:28:15 +03:00
"icon": "sort",
"attributes": {}
}
2019-11-19 12:39:35 +03:00
],
"widgets": []
2017-11-20 17:28:15 +03:00
}