-
Notifications
You must be signed in to change notification settings - Fork 36
Feature/solution type #3
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
Open
evowagner
wants to merge
31
commits into
danieldhp:master
Choose a base branch
from
EvoluServices:feature/solution-type
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or 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
Adiciona suporte para consulta e desativação de recorrência
…ica CreditCard e exemplo com DebitCard. E ao setar o cartao muda o tipo de pagamento para cartão de Debito.
Adicionando suporte para Cartão de Débito e Campos de Boleto
Fixes e Nova chamada
Os campos estao presentes na resposta da API mas nao estavam mapeados na sdk
Task https://evoluservices.atlassian.net/browse/GAT-73 Signed-off-by: daniel.alves <daniel.alves@evoluservices.com>
Signed-off-by: daniel.alves <daniel.alves@evoluservices.com>
…vazio. Signed-off-by: daniel.alves <daniel.alves@evoluservices.com>
Signed-off-by: Marcelo Teixeira <marcelo.teixeira@evoluservices.com>
…ento Signed-off-by: Plinio Umezaki <plinio.umezaki@evoluservices.com>
Signed-off-by: Plinio Umezaki <plinio.umezaki@evoluservices.com>
Signed-off-by: Plinio Umezaki <plinio.umezaki@evoluservices.com>
Esta correcao permite o envio de caracteres codificados em UTF-8 atraves da SDK Signed-off-by: Gabriel Oliveira <gabriel.oliveira@evoluservices.com>
- GAT-104 - Adiciona novos campos determinados pela Cielo para envio de dados de subadquirência: documento(Identity), código do país(CountryCode) e software descriptor (SoftDescriptor) - Incrementa versão. Signed-off-by: Plinio Umezaki <plinio.umezaki@evoluservices.com>
- GAT-104 - O campo em si existe apenas na entidade Payment. Por isso, este campo foi removido.
- O método foi removido acidentalmente no commit anterior. Signed-off-by: Plinio Umezaki <plinio.umezaki@evoluservices.com>
Signed-off-by: Plinio Umezaki <plinio.umezaki@evoluservices.com>
Consome a entidade e invoca o metodo close do CloseableHttpResponse para evitar vazamento de conexoes. Esta mudanca e particularmente importante quando a instancia do HttpClient for definida pelo cliente, pois permite a utilizacao de um HttpClient configurado com um gerenciador de conexoes do tipo PoolingHttpClientConnectionManager Signed-off-by: Gabriel Oliveira <gabriel.oliveira@evoluservices.com>
Corrige a utilizacao do HttpClient
Complementa GAT-140. Signed-off-by: Matheus Tirabassi <matheus.tirabassi@evoluservices.com>
…saction-indicator Adiciona campo InitiatedTransactionIndicator
- Implementa GAT-157 Signed-off-by: Plinio Umezaki <plinio.umezaki@evoluservices.com>
Adiciona a razão social na requisição
- Cria atributo SolutionType - Cria Enum PaymentSolutionType Task: GAT-166 Signed-off-by: Wagner Almeida <wagner.almeida@evoluservices.com>
12d4c73 to
61ccd9f
Compare
- Cria atributo SolutionType - Cria Enum PaymentSolutionType Task: GAT-166 Signed-off-by: Wagner Almeida <wagner.almeida@evoluservices.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adiciona SolutionType na requsição
Task: GAT-166