-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Separação entre ambiente de testes e de produção
- Loading branch information
1 parent
e206922
commit b8c4172
Showing
3 changed files
with
52 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,10 +45,10 @@ $ php index.php | |
Estrutura breve do conteúdo: | ||
|
||
``` | ||
├── index.php # contém um exemplo simples de uso | ||
├── Nova Cobrança - Manual de Integração v1.4.pdf # especificação do Banco do Brasil | ||
└── lib # pasta contendo a classe | ||
└── bb.php # arquivo contendo a implementação da requisição do serviço | ||
├── index.php # contém um exemplo simples de uso | ||
├── Nova Cobrança - Manual de Integração v1.4.pdf # especificação do Banco do Brasil | ||
└── lib # pasta contendo a classe | ||
└── bb.php # arquivo contendo a implementação da requisição do serviço | ||
``` | ||
|
||
### Changelog | ||
|
@@ -58,6 +58,9 @@ Lançamento inicial. | |
#### V 1.1 | ||
Evita requisitar uma token toda vez que for registrar um boleto. Armazena a token em cache e requisita uma nova automaticamente quando ela estiver preste a expirar ou já tiver expirado. | ||
|
||
#### V 1.2 | ||
Permite separar entre o ambiente de teste (pelo método "alterarParaAmbienteDeTestes()") ou de produção (pelo "alterarParaAmbienteDeProducao()"). O exemplo no arquivo "index.php" usa o ambiente de testes. | ||
|
||
### Autor | ||
Reginaldo Coimbra Vieira ([email protected]) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters