X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FShopConnector%2FALL.pm;h=4aebe89376dc600eb4a20e7fa03abdcfe98de969;hb=5a260a84c4024c4be7a29d8cfaae9f13911230b5;hp=809f74ad1ef341fdd2f3a1d685e7c1f0af689834;hpb=e01550a6900d0a126f1f40d56a09345f5b23dd27;p=kivitendo-erp.git 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" }, );