http code
This commit is contained in:
parent
5cc44a73e1
commit
8eae918d36
|
@ -350,9 +350,7 @@ function get_IA_Response($iaUrl,$postParams){
|
|||
);
|
||||
|
||||
$output= curl_exec($ch);
|
||||
$httpCode = curl_getinfo($ch);
|
||||
print_r($httpCode);
|
||||
|
||||
$httpCode = curl_getinfo($ch)['http_code'];
|
||||
curl_close($ch);
|
||||
if(! $arr = json_decode($output,TRUE)){
|
||||
$arr=array();
|
||||
|
|
Loading…
Reference in New Issue
Block a user