removed category from core modules

This commit is contained in:
Denis Duliçi 2020-07-22 13:57:27 +03:00
parent 1ecd0e2262
commit 2b0c2e4846
2 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@
"alias": "offline-payments",
"icon": "fas fa-credit-card",
"version": "2.0.0",
"category": "payment-method",
"active": 1,
"providers": [
"Modules\\OfflinePayments\\Providers\\Event",

View File

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