Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #64 from gabriellucius/desenvolvimento
Browse files Browse the repository at this point in the history
fix: bug showing pagseguro default/lightbox payment in some linux environment
  • Loading branch information
s2it-moscou authored Oct 5, 2017
2 parents 58cecfb + 9a72007 commit e5373e6
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Changelog
---------
3.2.2
- Corrigido bug que não deixava visível o uso do checkout padrão/lightbox em alguns ambientes linux.

3.2.1
- Corrigido bug ao exibir o formulário de checkout quando as credencias do PagSeguro eram inválidas.
- Adicionada mensagem de credenciais inválidas ao salvar as configurações no admin e ocultando os meios de pagamento do PagSeguro na tela de pagamento caso as credenciais salvas sejam inválidas.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Com o módulo instalado e configurado, você pode pode oferecer o PagSeguro como
- Certifique-se de que não há instalação de outros módulos para o PagSeguro em seu sistema;
- Caso utilize a compilação do Magento, desative-a e limpe-a *(Sistema -> Ferramentas -> Compilação)*;
- Baixe a última versão do módulo **[nesse link](https://github.com/pagseguro/magento/raw/master/UOL_PagSeguro-3.2.1.tgz)** ou então baixe o repositório como arquivo zip através do botão do GitHub;
- Baixe a última versão do módulo **[nesse link](https://github.com/pagseguro/magento/raw/master/UOL_PagSeguro-3.2.2.tgz)** ou então baixe o repositório como arquivo zip através do botão do GitHub;
- Na área administrativa do seu Magento, acesse o menu *Sistema/System -> Magento Connect -> Magento Connect Manager*. Caso tenha uma versão anterior do módulo instalada faça a remoção agora;
- No Magento Connect Manger, dentro da seção Direct package file upload, clique em **Escolher arquivo/Choose file**, selecione o arquivo UOL_PagSeguro-x.x.x.tgz (baixado anteriormente), clique no botão de upload e acompanhe a instalação do módulo no console da página;
- Caso utilize a compilação, volte para a área administrativa do Magento, ative-a e execute-a novamente;
Expand Down
Binary file removed UOL_PagSeguro-3.2.1.tgz
Binary file not shown.
Binary file added UOL_PagSeguro-3.2.2.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @property Mage_Sales_Model_Order order
*/
class UOL_PagSeguro_Model_Pagseguro extends Mage_Payment_Model_Method_Abstract
class UOL_PagSeguro_Model_DefaultLightbox extends Mage_Payment_Model_Method_Abstract
{

protected $_canAuthorize = true;
Expand Down
4 changes: 2 additions & 2 deletions app/code/community/UOL/PagSeguro/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ limitations under the License.
<config>
<modules>
<UOL_PagSeguro>
<version>3.2.1</version>
<version>3.2.2</version>
</UOL_PagSeguro>
</modules>
<global>
Expand Down Expand Up @@ -211,7 +211,7 @@ limitations under the License.
<payment>
<pagseguro_default_lightbox>
<active>0</active>
<model>UOL_PagSeguro_Model_Pagseguro</model>
<model>UOL_PagSeguro_Model_DefaultLightbox</model>
<title>PagSeguro</title>
<group>pagseguro</group>
<sort_order>1</sort_order>
Expand Down

0 comments on commit e5373e6

Please sign in to comment.