Skip to content

Commit

Permalink
inter retorno
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardokum committed Jan 10, 2022
1 parent 84ece59 commit 57b305f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Cnab/Retorno/Cnab400/Banco/Inter.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ protected function processarDetalhe(array $detalhe)
{
if ($this->count() == 1) {
$this->getHeader()
->setAgencia($this->rem(25, 29, $detalhe))
->setConta($this->rem(30, 36, $detalhe))
->setAgencia($this->rem(24, 27, $detalhe))
->setConta($this->rem(28, 36, $detalhe))
->setContaDv($this->rem(37, 37, $detalhe));
}

Expand Down

0 comments on commit 57b305f

Please sign in to comment.