Atualizando visualização dos detalhes do boleto
This commit is contained in:
parent
8e29e55d64
commit
f6e881be2a
1 changed files with 2 additions and 2 deletions
|
|
@ -157,6 +157,8 @@ class ApiSicoob
|
|||
|
||||
|
||||
case 'consultar_boleto' : # Serviço para consultar boleto
|
||||
|
||||
echo $this->response->access_token;
|
||||
|
||||
$this->ch = curl_init();
|
||||
curl_setopt_array($this->ch, array(
|
||||
|
|
@ -181,8 +183,6 @@ class ApiSicoob
|
|||
/** Envia a requisição */
|
||||
$this->response = json_decode(curl_exec($this->ch));
|
||||
|
||||
echo $this->response->access_token;
|
||||
|
||||
print_r($this->response);
|
||||
|
||||
/** Carrea as informações da requisição */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue