updated module.json category column

This commit is contained in:
Cüneyt Şentürk
2019-11-19 18:33:36 +03:00
parent c8824763b9
commit d0dadd3160
3 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{
"alias": "$ALIAS$",
"version": "1.0.0",
"category": "accounting",
"active": 1,
"providers": [
"$MODULE_NAMESPACE$\\$STUDLY_NAME$\\Providers\\Main"

View File

@ -1,6 +1,7 @@
{
"alias": "offline-payments",
"version": "2.0.0",
"category": "payment-method",
"active": 1,
"providers": [
"Modules\\OfflinePayments\\Providers\\Main"

View File

@ -2,6 +2,7 @@
"alias": "paypal-standard",
"icon": "fab fa-paypal",
"version": "2.0.0",
"category": "payment-method",
"active": 1,
"providers": [
"Modules\\PaypalStandard\\Providers\\Main"