Atualizando visualização dos detalhes do boleto

This commit is contained in:
Kenio 2025-08-19 18:01:24 -03:00
parent c93278bf69
commit 1507b86dc8

View file

@ -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,