Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Algumas atualizações #21

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add new method
dadeke committed Jun 9, 2022
commit e56d7db5f246d525b63dcebb8894d65416bc7aed
10 changes: 10 additions & 0 deletions src/Boleto/Boleto.php
Original file line number Diff line number Diff line change
@@ -570,6 +570,16 @@ public function getSandbox()
return $this->sandbox;
}

/**
* Exibe sempre o Nome Fantasia no PDF.
* @return Boleto
*/
public function showFantasia()
{
$this->exibir_fantasia = '1';
return $this;
}

/**
* Pega os campos utilizados para a emissão do boleto bancário.
* @return array