X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FShopConnector%2FALL.pm;h=1b1b0c81496d11bbd85b31a5e9c131a0c8549611;hb=53e8b269113c3d06991224d2096c9a4a24d76f72;hp=1c352b1d50f5d8a06d27d4318fc5a75e79651512;hpb=a91cbf40e63f09f6e0177f08b0c83e554a0ea0f1;p=kivitendo-erp.git diff --git a/SL/ShopConnector/ALL.pm b/SL/ShopConnector/ALL.pm index 1c352b1d5..1b1b0c814 100644 --- a/SL/ShopConnector/ALL.pm +++ b/SL/ShopConnector/ALL.pm @@ -12,12 +12,6 @@ my %shop_connector_by_name = ( woocommerce => 'SL::ShopConnector::WooCommerce', ); -my %shop_connector_by_connector = ( - shopware => 'SL::ShopConnector::Shopware', - shopware6 => 'SL::ShopConnector::Shopware6', - woocommerce => 'SL::ShopConnector::WooCommerce', -); - my @shop_connector_order = qw( woocommerce shopware @@ -39,10 +33,6 @@ sub shop_connector_class_by_name { $shop_connector_by_name{$_[1]}; } -sub shop_connector_class_by_connector { - $shop_connector_by_connector{$_[1]}; -} - sub connectors { \@shop_connectors; }