83 lines
2.2 KiB
JSON
83 lines
2.2 KiB
JSON
{
|
|
"alias": "paypal-standard",
|
|
"icon": "fab fa-paypal",
|
|
"version": "2.0.0",
|
|
"category": "payment-method",
|
|
"active": 1,
|
|
"providers": [
|
|
"Modules\\PaypalStandard\\Providers\\Main"
|
|
],
|
|
"aliases": {},
|
|
"files": [],
|
|
"requires": [],
|
|
"reports": [],
|
|
"settings": [
|
|
{
|
|
"type": "textGroup",
|
|
"name": "name",
|
|
"title": "general.name",
|
|
"icon": "fa fa-font",
|
|
"attributes": {
|
|
"required": "required"
|
|
}
|
|
},
|
|
{
|
|
"type": "textGroup",
|
|
"name": "email",
|
|
"title": "paypal-standard::general.form.email",
|
|
"icon": "envelope",
|
|
"attributes": {
|
|
"required": "required"
|
|
}
|
|
},
|
|
{
|
|
"type": "selectGroup",
|
|
"name": "mode",
|
|
"title": "paypal-standard::general.form.mode",
|
|
"icon": "plane",
|
|
"values": {
|
|
"live": "Live",
|
|
"sandbox": "Sandbox"
|
|
},
|
|
"selected": null,
|
|
"attributes": {}
|
|
},
|
|
{
|
|
"type": "selectGroup",
|
|
"name": "transaction",
|
|
"title": "paypal-standard::general.form.transaction",
|
|
"icon": "exchange-alt",
|
|
"values": {
|
|
"authorization": "Authorization",
|
|
"sale": "Sale"
|
|
},
|
|
"selected": null,
|
|
"attributes": {}
|
|
},
|
|
{
|
|
"type": "radioGroup",
|
|
"name": "customer",
|
|
"title": "paypal-standard::general.form.customer",
|
|
"enable": "general.yes",
|
|
"disable": "general.no",
|
|
"attributes": {}
|
|
},
|
|
{
|
|
"type": "radioGroup",
|
|
"name": "debug",
|
|
"title": "paypal-standard::general.form.debug",
|
|
"enable": "general.yes",
|
|
"disable": "general.no",
|
|
"attributes": {}
|
|
},
|
|
{
|
|
"type": "textGroup",
|
|
"name": "order",
|
|
"title": "paypal-standard::general.form.order",
|
|
"icon": "sort",
|
|
"attributes": {}
|
|
}
|
|
],
|
|
"widgets": []
|
|
}
|