Revision a768ad93
Von Werner Hahn vor mehr als 3 Jahren hinzugefügt
SL/ShopConnector/Shopware.pm | ||
---|---|---|
72 | 72 |
my $last_order_number = $self->config->last_order_number; |
73 | 73 |
my $otf = $self->config->orders_to_fetch; |
74 | 74 |
my $of = 0; |
75 |
my $last_data = $self->connector->get($url . "api orders/$last_order_number?useNumberAsId=true");
|
|
75 |
my $last_data = $self->connector->get($url . "api/orders/$last_order_number?useNumberAsId=true");
|
|
76 | 76 |
my $last_data_json = $last_data->content; |
77 | 77 |
my $last_import = SL::JSON::decode_json($last_data_json); |
78 | 78 |
|
Auch abrufbar als: Unified diff
Shoconnector Syntaxfehler behoben