forked from renatofig/PagSeguro-Magento-Transparente
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Correção: Corrigido erro de compatibilidade com PHP 5.5 que gerava erro fatal (Arrays are not allowed in class constants) ao chegar no checkout. Reportado por Bruno. Fixes #280 * Correção: Corrigido possível erro de compatibilidade com PHP 7.0 (Indirect access to variables, properties and methods will be evaluated strictly in left-to-right order since PHP 7.0. Use curly braces to remove ambiguity.) que ocorria ao tentar obter o valor das parcelas no backend (chamado apenas quando a obtenção de parcelas no frontend falha ou trazia valor incorreto). * Melhoria: Melhoria estética na forma como o IP do cliente era obtido. Agora o IP é obtido do "jeito Magento", ganhando mais compatibilidade com outros módulos que eventualmente o alterem propositalmente.
- Loading branch information
Showing
4 changed files
with
9 additions
and
11 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
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