From: Werner Hahn Date: Wed, 7 Apr 2021 18:20:49 +0000 (+0200) Subject: Shoconnector Syntaxfehler behoben X-Git-Tag: kivitendo-mebil_0.1-0~9^2~370 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=a768ad93ce22a3b3f1f084c6d3644c7e3089085f;p=kivitendo-erp.git Shoconnector Syntaxfehler behoben --- 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);