]> wagnertech.de Git - mfinanz.git/blobdiff - SL/ShopConnector/ALL.pm
WebshopApi: Shopconnector für Shopware
[mfinanz.git] / SL / ShopConnector / ALL.pm
index 809f74ad1ef341fdd2f3a1d685e7c1f0af689834..e579fb48a6e1c5f338d8a1c21c68faeadbe85ee6 100644 (file)
@@ -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" },
 );