Atualizando visualização dos detalhes do boleto
This commit is contained in:
parent
9d304e8e9c
commit
8e29e55d64
1 changed files with 3 additions and 1 deletions
|
|
@ -179,7 +179,9 @@ class ApiSicoob
|
|||
));
|
||||
|
||||
/** Envia a requisição */
|
||||
$this->response = json_decode(curl_exec($this->ch));
|
||||
$this->response = json_decode(curl_exec($this->ch));
|
||||
|
||||
echo $this->response->access_token;
|
||||
|
||||
print_r($this->response);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue