Atualizando visualização dos detalhes do boleto
This commit is contained in:
parent
1507b86dc8
commit
c38485d2c3
1 changed files with 0 additions and 4 deletions
|
|
@ -173,13 +173,9 @@ class ApiSicoob
|
|||
|
||||
/** Envia a requisição */
|
||||
$this->response = json_decode(curl_exec($this->ch));
|
||||
|
||||
print_r($this->response);
|
||||
|
||||
/** Carrea as informações da requisição */
|
||||
$this->info = curl_getinfo($this->ch);
|
||||
|
||||
print_r($this->info);
|
||||
|
||||
/** Verifica o status do retorno */
|
||||
if($this->info['http_code'] != 200){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue