Revision 0f521b3d
Von Werner Hahn vor mehr als 3 Jahren hinzugefügt
SL/ShopConnector/WooCommerce.pm | ||
---|---|---|
527 | 527 |
my %return; |
528 | 528 |
if($answer->is_success && $type eq 'application/json'){ |
529 | 529 |
my $data_json = $answer->content; |
530 |
$main::lxdebug->dump(0, 'WH: JSON ', $data_json); |
|
531 | 530 |
my $json = SL::JSON::decode_json($data_json); |
532 | 531 |
%return = ( |
533 | 532 |
success => 1, |
Auch abrufbar als: Unified diff
Shop: Woocommerce Debug raus