Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
theturkishsun
tagDiv Member

Hi,
I used the code below and replaced with the code here: http://screencast.com/t/Te9gPmWp0http://pastebin.com/GDCGkfvA
And Exchange widget works well. Thanks a lot.

if ($json_api_response === false) {
//try via http
$api_url = ‘http://api.fixer.io/latest’;
$json_api_response = td_remote_http::get_page($api_url, __CLASS__);
if ($json_api_response === false) {
td_log::log(__FILE__, __FUNCTION__, ‘Api call failed’, $api_url);
return ‘Api call failed’;
}
}

Viewing 1 post (of 1 total)