-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmodule.json
More file actions
38 lines (38 loc) · 1.28 KB
/
module.json
File metadata and controls
38 lines (38 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "SiteWayPaymentGateway",
"alias": "sitewaypaymentgateway",
"description": "",
"keywords": [],
"priority": 0,
"providers": [
"Modules\\SiteWayPaymentGateway\\Providers\\SiteWayPaymentGatewayServiceProvider"
],
"aliases": {},
"files": [],
"requires": [],
"nazmartMetaData": {
"paymentGateway": {
"name": "SitesWay",
"slug": "sitesway",
"tenant": false,
"chargeCustomerMethodNameSpace": "Modules\\SiteWayPaymentGateway\\Http\\Controllers\\SiteWayPaymentGatewayController",
"chargeCustomerMethodName": "chargeCustomer",
"test_mode": false,
"status": true,
"extraInfoMarkupBlade": "",
"logo_file": "payment-logo.png",
"admin_settings": {
"show_admin_landlord": true,
"show_admin_tenant": true,
"menu_item": [
{
"id": "sitesway-settings-menu",
"label": "SitesWay Settings",
"route": "sitepaymentgateway.landlord.admin.settings",
"tenantRoute": "sitepaymentgateway.tenant.admin.settings"
}
]
}
}
}
}