Atualizando visualização dos detalhes do boleto
This commit is contained in:
parent
c93278bf69
commit
1507b86dc8
1 changed files with 3 additions and 3 deletions
|
|
@ -160,9 +160,9 @@ class ApiSicoob
|
|||
CURLOPT_TIMEOUT => 0,
|
||||
CURLOPT_FOLLOWLOCATION => true,
|
||||
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
|
||||
CURLOPT_SSLCERT => $this->pem,
|
||||
CURLOPT_SSLKEY => $this->key,
|
||||
CURLOPT_SSLKEYPASSWD => $this->pass,
|
||||
CURLOPT_SSLCERT => $this->cert_pem,
|
||||
CURLOPT_SSLKEY => $this->cert_key,
|
||||
CURLOPT_SSLKEYPASSWD => $this->cert_pass,
|
||||
CURLOPT_HTTPHEADER => array(
|
||||
"Content-Type: application/json",
|
||||
"Authorization: Bearer ".$this->response->access_token,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue