X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=inline;f=SL%2FShopConnector%2FShopware.pm;h=938f99b17cf8f06c89336d43620ccac2c70ea477;hb=d79f486d76e7bca69d9dfd6720b9bfedc0c87409;hp=256f84b558a4fcf8e61d96982b14fe4d00e41943;hpb=f71e1c67e070d737390634bce3b6b67a2a2a1a1c;p=kivitendo-erp.git 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);