Skip to content

Commit

Permalink
Corrige falha no fluxo de transações rejeitadas (#2)
Browse files Browse the repository at this point in the history
* Ajusta fluxo de compra considerando o status do pagamento

* Adiciona endpoint para cancelamento de faturas

* Insere codeception

* Ajusta envio de endereço

* Adiciona testes de aceitação

* Apply suggestions from code review
Co-Authored-By: victorsinged <[email protected]>

* Versão 1.1.0
  • Loading branch information
laerte-guimaraes authored Jul 17, 2019
1 parent 1e284e1 commit d854b96
Show file tree
Hide file tree
Showing 21 changed files with 6,961 additions and 92 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vendor/
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Notas das versões

## [1.1.0 - 17/07/2019](https://github.com/vindi/vindi-opencart3/releases/tag/1.1.0)
- Corrige falha no fluxo de transações rejeitadas


## [1.0.0 - 29/06/2018](https://github.com/vindi/vindi-opencart3/releases/tag/1.0.0)
- Versão inicial
10 changes: 10 additions & 0 deletions codeception.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
paths:
tests: tests
output: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
actor_suffix: Tester
extensions:
enabled:
- Codeception\Extension\RunFailed
9 changes: 9 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"require-dev": {
"codeception/codeception": "^3.0"
},
"scripts": {
"test": "codecept run"
}
}

Loading

0 comments on commit d854b96

Please sign in to comment.