.
This commit is contained in:
parent
a3fc3e649b
commit
99fab19234
|
@ -49,6 +49,6 @@ function get_IA_Response($iaUrl,$postParams){
|
|||
);
|
||||
$output= curl_exec($ch);
|
||||
curl_close($ch);
|
||||
echo $output;
|
||||
echo $iaUrl." ".$output.'<br/>';
|
||||
return json_decode($output,TRUE);
|
||||
}
|
Loading…
Reference in New Issue
Block a user