X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/e01550a6900d0a126f1f40d56a09345f5b23dd27..856a3b09bbe4d64234219ad7f6aa540d0535f90a:/SL/ShopConnector/ALL.pm diff --git a/SL/ShopConnector/ALL.pm b/SL/ShopConnector/ALL.pm index 809f74ad1..e579fb48a 100644 --- a/SL/ShopConnector/ALL.pm +++ b/SL/ShopConnector/ALL.pm @@ -3,9 +3,11 @@ package SL::ShopConnector::ALL; use strict; 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 +15,7 @@ my @shop_connector_order = qw( ); my @shop_connectors = ( + { id => "shopware", description => "Shopware" }, );