Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
rlzdesenv authored Aug 20, 2021
1 parent 4821529 commit eb22212
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Bank/BrasilArrecadacaoService.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,16 @@ private function setVariables() {
$this->base_uri_token = 'https://oauth.sandbox.bb.com.br/oauth/token';
$this->base_type_gw = 'gw-dev-app-key';
$this->base_gw_key = 'd27bd77908ffab901368e17de0050656b9d1a5bf';
$this->setClientId('eyJpZCI6Ijk1OGQwZjQtOSIsImNvZGlnb1B1YmxpY2Fkb3IiOjAsImNvZGlnb1NvZnR3YXJlIjoxNTkzNSwic2VxdWVuY2lhbEluc3RhbGFjYW8iOjF9');
$this->setClientSecret('eyJpZCI6IiIsImNvZGlnb1B1YmxpY2Fkb3IiOjAsImNvZGlnb1NvZnR3YXJlIjoxNTkzNSwic2VxdWVuY2lhbEluc3RhbGFjYW8iOjEsInNlcXVlbmNpYWxDcmVkZW5jaWFsIjoxLCJhbWJpZW50ZSI6ImhvbW9sb2dhY2FvIiwiaWF0IjoxNjIxMDIwNTUxMDE1fQ');
$this->setCodigoSolicitacaoBancoCentralBrasil('e2572aa4-52d6-4527-bc69-60c0699ea50d');
if ($this->getCpfDevedor()) {
$this->setCpfDevedor('72335607065');
$this->setNomeDevedor('HELIO FERREIRA PEIXOTO');
} else {
$this->setCnpjDevedor('97167096000119');
$this->setNomeDevedor('DOCERIA DO LAGO CACIQUE');
};
} else {
$this->base_uri = '???'; //Produção
$this->base_uri_token = '???';
Expand Down

0 comments on commit eb22212

Please sign in to comment.