From db57cb042af3f30d35936b43ef0c27df35d998c4 Mon Sep 17 00:00:00 2001 From: Robin Wieschendorf Date: Sun, 12 Mar 2023 20:56:55 +0100 Subject: [PATCH] feat: add payment modules category --- src/Classes/Category.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Classes/Category.php b/src/Classes/Category.php index 2fc7926c..fae0af71 100644 --- a/src/Classes/Category.php +++ b/src/Classes/Category.php @@ -25,6 +25,7 @@ class Category 'promotion/marketing' => 'Promotion & Marketing', 'productinfos' => 'Zusatzinformationen & Produkt-Tabs', 'shipping' => 'Versand Module', + 'payment' => 'Zahlungs Module', 'library' => 'Programmcode Bibliotheken', 'nocategory' => 'Sonstige Module', ];