Skip to content

Commit

Permalink
ajustes homologacao
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardokum committed Oct 11, 2024
1 parent 8e1dbff commit 2ed63e1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file added manuais/DAYCOVAL/CNAB_400_carteira_3.pdf
Binary file not shown.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/Boleto/Banco/Daycoval.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Daycoval extends AbstractBoleto implements BoletoContract
* 3 Cobrança Caucionada
* @var array
*/
protected $carteiras = [3];
protected $carteiras = [6];

/**
* Espécie do documento, coódigo para remessa
Expand Down Expand Up @@ -125,7 +125,7 @@ public function getNumero()
*/
public function getCarteira()
{
return '112';
return '121';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/Cnab/Remessa/Cnab400/Banco/Daycoval.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function __construct(array $params = [])
* 3 Cobrança Caucionada
* @var array
*/
protected $carteiras = [3];
protected $carteiras = [6];

/**
* Caracter de fim de linha
Expand Down

0 comments on commit 2ed63e1

Please sign in to comment.