]> wagnertech.de Git - mfinanz.git/blobdiff - SL/ShopConnector/ALL.pm
Auftrags-Controller: Beleg-Id für Mailer setzen, damit verknüpft wird
[mfinanz.git] / SL / ShopConnector / ALL.pm
index 809f74ad1ef341fdd2f3a1d685e7c1f0af689834..4aebe89376dc600eb4a20e7fa03abdcfe98de969 100644 (file)
@@ -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" },
 );