Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 60d3b3b8

Von Tamino vor mehr als 3 Jahren hinzugefügt

  • ID 60d3b3b8c3edd40b6cb887012aa76c0ba2fa6906
  • Vorgänger 1ef2ad98
  • Nachfolger 61f133f1

WebshopApi: ShopConnector WooCommerce erstellt

Funktion get_version implementiert.

Unterschiede anzeigen:

SL/ShopConnector/ALL.pm
3 3
use strict;
4 4

  
5 5
use SL::ShopConnector::Shopware;
6
use SL::ShopConnector::WooCommerce;
6 7

  
7 8
my %shop_connector_by_name = (
8 9
  shopware    => 'SL::ShopConnector::Shopware',
10
  woocommerce    => 'SL::ShopConnector::WooCommerce',
9 11
);
10 12

  
11 13
my %shop_connector_by_connector = (
12 14
  shopware   => 'SL::ShopConnector::Shopware',
15
  woocommerce => 'SL::ShopConnector::WooCommerce',
13 16
);
14 17

  
15 18
my @shop_connector_order = qw(
19
  woocommerce
16 20
  shopware
17 21
);
18 22

  
19 23
my @shop_connectors = (
20 24
  { id => "shopware",   description => "Shopware" },
25
  { id => "woocommerce",   description => "WooCommerce" },
21 26
);
22 27

  
23 28

  

Auch abrufbar als: Unified diff