WebshopApi: kleinere Fehler nach Aufräumarbeiten
[kivitendo-erp.git] / SL / ShopConnector / ALL.pm
index 809f74a..4aebe89 100644 (file)
@@ -2,10 +2,14 @@ package SL::ShopConnector::ALL;
 
 use strict;
 
+use SL::ShopConnector::Shopware;
+
 my %shop_connector_by_name = (
+  shopware    => 'SL::ShopConnector::Shopware',
 );
 
 my %shop_connector_by_connector = (
+  shopware   => 'SL::ShopConnector::Shopware',
 );
 
 my @shop_connector_order = qw(
@@ -13,6 +17,7 @@ my @shop_connector_order = qw(
 );
 
 my @shop_connectors = (
+  { id => "shopware",   description => "Shopware" },
 );