Hello and help me, please, I get this error "WC API found, but JSON is corrupt -- ensure the index at http://iron.toys/wc-api/v2/ is valid JSON. 0". I use
$options = array(
'debug' => true,
'return_as_array' => false,
'validate_url' => true,
'timeout' => 30,
'ssl_verify' => false,
);
Hello and help me, please, I get this error "WC API found, but JSON is corrupt -- ensure the index at http://iron.toys/wc-api/v2/ is valid JSON. 0". I use $options = array( 'debug' => true, 'return_as_array' => false, 'validate_url' => true, 'timeout' => 30, 'ssl_verify' => false, );