diff --git a/CHANGELOG.md b/CHANGELOG.md index 460edf3..a32183b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ Changelog --------- +3.16.4 +- Fix: ajuste na regra css do botão "btn-pagseguro" +- Fix: ajuste na exibição dos meios de pagamento do checkout transparente + 3.16.2 - Fix: exibição das opções de banco no método de pagamento Débito Online diff --git a/README.md b/README.md index 9f014e8..3769806 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,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.16.2.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.16.4.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; diff --git a/UOL_PagSeguro-3.16.2.tgz b/UOL_PagSeguro-3.16.2.tgz deleted file mode 100644 index 7f569b7..0000000 Binary files a/UOL_PagSeguro-3.16.2.tgz and /dev/null differ diff --git a/UOL_PagSeguro-3.16.4.tgz b/UOL_PagSeguro-3.16.4.tgz new file mode 100644 index 0000000..7965f0f Binary files /dev/null and b/UOL_PagSeguro-3.16.4.tgz differ diff --git a/UOL_PagSeguro.xml b/UOL_PagSeguro.xml index 81ea7e9..e96f639 100644 --- a/UOL_PagSeguro.xml +++ b/UOL_PagSeguro.xml @@ -1,5 +1,5 @@ <_> - p14kBk6BRl5ky9IZ + t8LFePNMsJQzQEJE UOL_PagSeguro community @@ -9,9 +9,10 @@ Aceite mais de 25 meios de pagamentos com apenas 1 contrato. Seus clientes podem parcelar no cartão em até 18x e se preferir, você também pode oferecer parcelamento sem acréscimo. Apache Software License http://opensource.org/licenses/apachepl.php - 3.16.2 + 3.16.4 stable - - Fix of the list view of banks in online debit + - Fixes: button "btn-pagseguro" css rule +- Fixes: payment methods list - direct payment pagseguro @@ -44,8 +45,8 @@ - - + + diff --git a/app/code/community/UOL/PagSeguro/etc/config.xml b/app/code/community/UOL/PagSeguro/etc/config.xml index cb02d41..7c4d64e 100644 --- a/app/code/community/UOL/PagSeguro/etc/config.xml +++ b/app/code/community/UOL/PagSeguro/etc/config.xml @@ -19,7 +19,7 @@ limitations under the License. - 3.16.2 + 3.16.4 diff --git a/app/design/frontend/base/default/template/uol/pagseguro/form/boleto.phtml b/app/design/frontend/base/default/template/uol/pagseguro/form/boleto.phtml index 58d3dd9..ae20a11 100644 --- a/app/design/frontend/base/default/template/uol/pagseguro/form/boleto.phtml +++ b/app/design/frontend/base/default/template/uol/pagseguro/form/boleto.phtml @@ -1,29 +1,26 @@ - - diff --git a/app/design/frontend/base/default/template/uol/pagseguro/form/creditcard.phtml b/app/design/frontend/base/default/template/uol/pagseguro/form/creditcard.phtml index 38f5b8a..e40719d 100644 --- a/app/design/frontend/base/default/template/uol/pagseguro/form/creditcard.phtml +++ b/app/design/frontend/base/default/template/uol/pagseguro/form/creditcard.phtml @@ -1,51 +1,51 @@ - - @@ -62,9 +62,6 @@ } } } - - //set pagseguro credit card session - setCreditCardSessionId("getCreditCardSession(); ?>"); //]]> diff --git a/app/design/frontend/base/default/template/uol/pagseguro/form/onlinedebit.phtml b/app/design/frontend/base/default/template/uol/pagseguro/form/onlinedebit.phtml index e0b8d9a..0a624ba 100644 --- a/app/design/frontend/base/default/template/uol/pagseguro/form/onlinedebit.phtml +++ b/app/design/frontend/base/default/template/uol/pagseguro/form/onlinedebit.phtml @@ -1,41 +1,38 @@ - - diff --git a/skin/frontend/base/default/uol/pagseguro/css/styles.css b/skin/frontend/base/default/uol/pagseguro/css/styles.css index cdfa478..c53ef7e 100644 --- a/skin/frontend/base/default/uol/pagseguro/css/styles.css +++ b/skin/frontend/base/default/uol/pagseguro/css/styles.css @@ -2079,8 +2079,7 @@ a.btn-pagseguro:focus { } /* btn-pagseguro */ -button:not(.primary), -.btn-pagseguro { +.btn-pagseguro:not(.primary) { color: #4F7743; font-size: 1.2em; white-space: nowrap; @@ -2174,4 +2173,4 @@ input.form-control, .full-width { .pagseguro-payment-retry-button-set { padding-top: 1rem; text-align: center; -} \ No newline at end of file +} diff --git a/skin/frontend/base/default/uol/pagseguro/js/direct-payment.js b/skin/frontend/base/default/uol/pagseguro/js/direct-payment.js index c120874..ef6efbf 100644 --- a/skin/frontend/base/default/uol/pagseguro/js/direct-payment.js +++ b/skin/frontend/base/default/uol/pagseguro/js/direct-payment.js @@ -329,19 +329,31 @@ function creditCardCodeMask(code) { /** * @type {boolean} */ -var alreadyGetPaymentMethods = false +var alreadyGetPaymentMethods = false; + +/** + * @type {string} + */ +var onlineDebitBanksHtml = ''; /** * * */ -function paymentMethods () { +function paymentMethods() { if (!alreadyGetPaymentMethods) { + alreadyGetPaymentMethods = true; PagSeguroDirectPayment.getPaymentMethods({ - success: function (res) { - pagseguroBoletoOptions(res) - pagseguroCreditcardOptions(res) - pagseguroOnlinedebitOptions(res) + success: function(res) { + if (typeof pagseguroCreditcardOptions === "function") { + pagseguroCreditcardOptions(res); + } + if (typeof pagseguroBoletoOptions === "function") { + pagseguroBoletoOptions(res); + } + if (typeof pagseguroOnlinedebitOptions === "function") { + pagseguroOnlinedebitOptions(res); + } } }) }