X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/e01550a6900d0a126f1f40d56a09345f5b23dd27..39ef020d434d058dd24fbd0785cd50467be89594:/SL/ShopConnector/ALL.pm diff --git a/SL/ShopConnector/ALL.pm b/SL/ShopConnector/ALL.pm index 809f74ad1..4aebe8937 100644 --- a/SL/ShopConnector/ALL.pm +++ b/SL/ShopConnector/ALL.pm @@ -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" }, );