Skip to content

Commit

Permalink
Merge pull request #758 from arauujo/master
Browse files Browse the repository at this point in the history
correção de ortografia
  • Loading branch information
eduardokum authored Oct 8, 2024
2 parents 57d1fe6 + 90f79b6 commit 5630d6e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/source/usage/boleto/caixa.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Caixa Econônica Federal
Caixa Econômica Federal
=======================

This bank has the following mandatory fields:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/usage/remessa/caixa.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Caixa Econônica Federal
Caixa Econômica Federal
=======================

This bank has the following mandatory fields:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/usage/remessa/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Banrisul yes* yes
Banco do Brasil yes* yes
Banco do Nordeste no yes*
Bradesco yes* yes
Caixa Econônica Federal yes* yes
Caixa Econômica Federal yes* yes
HSBC no yes
Itaú yes* yes
Santander yes* yes
Expand Down
4 changes: 2 additions & 2 deletions docs/source/usage/retorno/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Banrisul yes* yes*
Banco do Brasil yes yes*
Banco do Nordeste no no
Bradesco yes yes*
Caixa Econônica Federal yes yes*
Caixa Econômica Federal yes yes*
HSBC no yes
Itaú yes yes*
Santander yes yes
Expand Down Expand Up @@ -129,7 +129,7 @@ Bradesco
// To process the file
$return->processar();
Caixa Econônica Federal
Caixa Econômica Federal
-----------------------

.. code-block:: php
Expand Down
2 changes: 1 addition & 1 deletion src/Boleto/AbstractBoleto.php
Original file line number Diff line number Diff line change
Expand Up @@ -2102,7 +2102,7 @@ public function validarPix()
throw new ValidationException('Informado tipo de chave de Pix porém não foi informado a chave');
}
if (! $this->getPixChaveTipo()) {
throw new ValidationException('Informado tipo de chave de Pix porém não foi informado a chave');
throw new ValidationException('Informado chave de Pix porém não foi informado o tipo de chave');
}
// if (! $this->getID()) {
// throw new ValidationException('ID necessita ser informado para geração da cobrança');
Expand Down

0 comments on commit 5630d6e

Please sign in to comment.