Revision 2435a25a
Von Tamino Steinert vor etwa 1 Jahr hinzugefügt
SL/Controller/File.pm | ||
---|---|---|
|
||
sub action_list {
|
||
my ($self) = @_;
|
||
$main::lxdebug->dump(0, "TST: action_list", 1);
|
||
|
||
|
||
my $is_json = 0;
|
||
$is_json = 1 if $::form->{json};
|
||
... | ... | |
object_type => \@object_types,
|
||
file_type => $self->file_type,
|
||
);
|
||
$main::lxdebug->dump(0, "TST: files", \@files);
|
||
|
||
$self->files(\@files);
|
||
|
SL/ShopConnector/WooCommerce.pm | ||
---|---|---|
message => "Error: $status_line",
|
||
);
|
||
}
|
||
#$main::lxdebug->dump(0, "TST: WooCommerce send_request return ", \%return);
|
||
return \%return;
|
||
|
||
}
|
Auch abrufbar als: Unified diff
Entferne Debug Statements