-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Corrige o problema de Internal Server Error ao finalizar uma compra (#20
) * feat(admin-settings.html.php): update do formulário caso exista falha de conexão * feat(admin-settings.html.php): update do form caso a conexão tenha falha com a Vindi * fix(admin-settings.html.php): upload só ocorre se existir uma chame válida * fix(RedirectCheckout.php): Corrigido a verificação de usuários não logados * fix(admin-settings.html.php):Contador de tentativas de conexão para atualizar os dados * fix(admin-settings.html.php):Contador de tentativas de conexão para atualizar os dados * fix(admin-settings.html.php):Contador de tentativas de conexão para atualizar os dados * fix(admin-settings.html.php):Contador de letras da chave * feat(PaymentProcessor.php): debug para o log * fix(PaymentProcessor.php): Tratamento para os cycles dos produtos * fix(): Tratamento diverso dos Hooks e dos Subscriptions * fix(): Tratamento diverso dos Hooks e dos Subscriptions * Repositório da Vindi Woocommerce * (fix:issue#4) Corrigido o erro de Internal Server * Correcao do teste * Apply suggestions from code review * Apply suggestions from code review * Update PaymentProcessor.php * Update PaymentProcessor.php * Apply suggestions from code review * Update Settings.php * Apply suggestions from code review * (fix):Correção do Erro 500 e dos fretes no pedido * changelog * Remove alterações fora do escopo * Remove arquivos desnecessários * (fix):issue#4 Corrigido a entrada de frete e taxas * (fix):issue#4 Corrigido o produto avulso * (fix):issue#4 Corrigido o produto avulso * (fix):issue#4 Corrigido o produto avulso * (fix):issue#4 Correção para o teste * (fix):issue#4 Correção para o teste * (fix):issue#4 Correção para o teste * debug - não corrigido, testes criação de produto avulso * (fix:1.0.2) issue#4 - Correções comentadas no changelog * (fix:1.0.2) issue#4 - Correções comentadas no changelog * Ajuste do Código * (fix) Taxas agrupadas e taxas por itens issue#4 * (fix) Criando o codigo vindi_bill_id issue#4 * Update PaymentProcessor.php Produto de teste * (fix) Formulário de Customer * Update src/controllers/CustomerController.php * Update readme.txt * Update PaymentProcessor.php Correção do Produto de Teste * Update PaymentProcessor.php Correção do Teste * Update PaymentProcessor.php Correção para os testes * Update PaymentProcessor.php Voltando configuração de pull * Versionamento * Versionamento Co-authored-by: Laerte Guimarães <[email protected]> Co-authored-by: laerte-guimaraes <[email protected]> Co-authored-by: Cleber Boni <[email protected]>
- Loading branch information
1 parent
07b40dd
commit fa5d9eb
Showing
16 changed files
with
1,349 additions
and
1,144 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
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
{ | ||
} |
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
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
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
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 |
---|---|---|
|
@@ -60,7 +60,5 @@ | |
</script> | ||
<?php endif;?> | ||
<?php endif;?> | ||
|
||
|
||
</div> | ||
</div> |
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
Oops, something went wrong.