projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73c26a9
)
Shop: Woocommerce Debug raus
author
Werner Hahn
<wh@futureworldsearch.net>
Fri, 25 Jun 2021 07:06:50 +0000
(09:06 +0200)
committer
Werner Hahn
<wh@futureworldsearch.net>
Fri, 25 Jun 2021 07:06:50 +0000
(09:06 +0200)
SL/ShopConnector/WooCommerce.pm
patch
|
blob
|
history
diff --git
a/SL/ShopConnector/WooCommerce.pm
b/SL/ShopConnector/WooCommerce.pm
index
d6e23f7
..
77aea40
100644
(file)
--- a/
SL/ShopConnector/WooCommerce.pm
+++ b/
SL/ShopConnector/WooCommerce.pm
@@
-527,7
+527,6
@@
sub send_request {
my %return;
if($answer->is_success && $type eq 'application/json'){
my $data_json = $answer->content;
- $main::lxdebug->dump(0, 'WH: JSON ', $data_json);
my $json = SL::JSON::decode_json($data_json);
%return = (
success => 1,