Skip to content

Commit

Permalink
bugfix payment module image on payment method selection
Browse files Browse the repository at this point in the history
  • Loading branch information
Marjoel committed Mar 2, 2017
1 parent a01e443 commit ea2b53b
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

| Versão | Notas | Compatibilidade |
| ------ | ----- | --------------- |
| 1.0.1 | Resolvendo bug da imagem do PagSeguro ao selecionar o método de pagamento. | 2.0.X, 2.1.X, 2.2.X, 2.3.X |
| 1.0 | Integração com as APIs de pagamento e notificação. | 2.0.X, 2.1.X, 2.2.X, 2.3.X |

## To dos
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$_["text_title"] = "<img src=\"admin/view/image/payment/pagseguro.png\" alt=\"PagSeguro\" title=\"PagSeguro\" height=\"20px\">";
$_["text_title"] = "<img src=\"https://www.marjoel.com/github/pagseguro/image/pagseguro.png\" alt=\"PagSeguro\" title=\"PagSeguro\" height=\"20px\">";
$_["text_loading"] = "Carregando...";
$_["text_button"] = "Pagar com PagSeguro";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$_["text_title"] = "<img src=\"admin/view/image/payment/pagseguro.png\" alt=\"PagSeguro\" title=\"PagSeguro\" height=\"20px\">";
$_["text_title"] = "<img src=\"https://www.marjoel.com/github/pagseguro/image/pagseguro.png\" alt=\"PagSeguro\" title=\"PagSeguro\" height=\"20px\">";
$_["text_loading"] = "Carregando...";
$_["text_button"] = "Pagar com PagSeguro";

Expand Down
Binary file modified v2.3.X/upload/admin/view/image/payment/pagseguro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$_["text_title"] = "<img src=\"admin/view/image/payment/pagseguro.png\" alt=\"PagSeguro\" title=\"PagSeguro\" height=\"20px\">";
$_["text_title"] = "<img src=\"https://www.marjoel.com/github/pagseguro/image/pagseguro.png\" alt=\"PagSeguro\" title=\"PagSeguro\" height=\"20px\">";
$_["text_loading"] = "Carregando...";
$_["text_button"] = "Pagar com PagSeguro";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$_["text_title"] = "<img src=\"admin/view/image/payment/pagseguro.png\" alt=\"PagSeguro\" title=\"PagSeguro\" height=\"20px\">";
$_["text_title"] = "<img src=\"https://www.marjoel.com/github/pagseguro/image/pagseguro.png\" alt=\"PagSeguro\" title=\"PagSeguro\" height=\"20px\">";
$_["text_loading"] = "Carregando...";
$_["text_button"] = "Pagar com PagSeguro";

Expand Down

0 comments on commit ea2b53b

Please sign in to comment.