From a768ad93ce22a3b3f1f084c6d3644c7e3089085f Mon Sep 17 00:00:00 2001 From: Werner Hahn Date: Wed, 7 Apr 2021 20:20:49 +0200 Subject: [PATCH] Shoconnector Syntaxfehler behoben --- SL/ShopConnector/Shopware.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/ShopConnector/Shopware.pm b/SL/ShopConnector/Shopware.pm index 256f84b55..938f99b17 100644 --- a/SL/ShopConnector/Shopware.pm +++ b/SL/ShopConnector/Shopware.pm @@ -72,7 +72,7 @@ sub get_new_orders { my $last_order_number = $self->config->last_order_number; my $otf = $self->config->orders_to_fetch; my $of = 0; - my $last_data = $self->connector->get($url . "api orders/$last_order_number?useNumberAsId=true"); + my $last_data = $self->connector->get($url . "api/orders/$last_order_number?useNumberAsId=true"); my $last_data_json = $last_data->content; my $last_import = SL::JSON::decode_json($last_data_json); -- 2.20.1