X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f71e1c67e070d737390634bce3b6b67a2a2a1a1c..9db8b697e257cef1e8ffaef832cd650873eb971e:/SL/ShopConnector/Shopware.pm 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);