.
This commit is contained in:
parent
3ba9f979a3
commit
a3fc3e649b
|
@ -49,5 +49,6 @@ function get_IA_Response($iaUrl,$postParams){
|
|||
);
|
||||
$output= curl_exec($ch);
|
||||
curl_close($ch);
|
||||
echo $output;
|
||||
return json_decode($output,TRUE);
|
||||
}
|
Loading…
Reference in New Issue
Block a user