fix php
This commit is contained in:
parent
72df4b4bd1
commit
2471ef0103
|
@ -357,7 +357,7 @@ function get_IA_Response($iaUrl,$postParams){
|
|||
|
||||
return array(
|
||||
'messageSend' => $data_string,
|
||||
'httpStatus' => $curl_getinfo($ch)['http_code'],
|
||||
'httpStatus' => curl_getinfo($ch)['http_code'],
|
||||
'response' => $output,
|
||||
'responseArr' => $arr
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user