Skip to content

Commit

Permalink
fix notification
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrique Goncalves Leite committed May 16, 2017
1 parent 5cad461 commit 45877d1
Show file tree
Hide file tree
Showing 130 changed files with 2,443 additions and 9,318 deletions.
19 changes: 19 additions & 0 deletions v1.6.x/mercadopago/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "prestashop/paymentexample",
"description": "PrestaShop module paymentexample",
"homepage": "https://github.com/PrestaShop/paymentexample",
"license": "AFL - Academic Free License (AFL 3.0)",
"authors": [
{
"name": "PrestaShop SA",
"email": "contact@prestashop.com"
}
],
"require": {
"php": ">=5.3.2"
},
"config": {
"preferred-install": "dist"
},
"type": "prestashop-module"
}
17 changes: 8 additions & 9 deletions v1.6.x/mercadopago/config.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?xml version="1.0" encoding="UTF-8" ?>
<module>
<name>mercadopago</name>
<displayName><![CDATA[Mercado Pago]]></displayName>
<version><![CDATA[3.4.4]]></version>
<description><![CDATA[Receive your payments using Mercado Pago, you can using the Custom Checkout or Checkout Standard.]]></description>
<author><![CDATA[MERCADOPAGO.COM Representações LTDA.]]></author>
<tab><![CDATA[payments_gateways]]></tab>
<confirmUninstall><![CDATA[Are you sure you want to uninstall MercadoPago?]]></confirmUninstall>
<is_configurable>1</is_configurable>
<need_instance>0</need_instance>
<name>mercadopago</name>
<displayName><![CDATA[Mercado Pago]]></displayName>
<version><![CDATA[1.0.4]]></version>
<description><![CDATA[Receive your payments using Mercado Pago, you can using or Checkout Standard.]]></description>
<author><![CDATA[Mercado Pago]]></author>
<tab><![CDATA[payments_gateways]]></tab>
<is_configurable>true</is_configurable>
<need_instance>1</need_instance>
<limited_countries></limited_countries>
</module>
18 changes: 9 additions & 9 deletions v1.6.x/mercadopago/config_br.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<module>
<name>mercadopago</name>
<displayName><![CDATA[Mercado Pago]]></displayName>
<version><![CDATA[3.4.2]]></version>
<description><![CDATA[Receba seus pagamentos utilizando o Mercado Pago e receba em cart&atilde;o de cr&eacute;dito e boletos atrav&eacute;s no nosso checkout Transparente ou Padr&atilde;o.]]></description>
<author><![CDATA[MERCADOPAGO.COM Representa&ccedil;&otilde;es LTDA.]]></author>
<tab><![CDATA[payments_gateways]]></tab>
<confirmUninstall><![CDATA[Você tem certeza que deseja desinstalar o Mercado Pago?]]></confirmUninstall>
<is_configurable>1</is_configurable>
<need_instance>0</need_instance>
<name>mercadopago</name>
<displayName><![CDATA[Mercado Pago]]></displayName>
<version><![CDATA[1.0.3]]></version>
<description><![CDATA[Receive your payments using Mercado Pago, you can using the Checkout Standard.]]></description>
<author><![CDATA[Mercado Pago]]></author>
<tab><![CDATA[payments_gateways]]></tab>
<confirmUninstall><![CDATA[Are you sure you want to uninstall?]]></confirmUninstall>
<is_configurable>1</is_configurable>
<need_instance>1</need_instance>
<limited_countries></limited_countries>
</module>
77 changes: 0 additions & 77 deletions v1.6.x/mercadopago/controllers/front/cancelorder.php

This file was deleted.

178 changes: 0 additions & 178 deletions v1.6.x/mercadopago/controllers/front/custompayment.php

This file was deleted.

64 changes: 0 additions & 64 deletions v1.6.x/mercadopago/controllers/front/discount.php

This file was deleted.

Loading

0 comments on commit 45877d1

Please sign in to comment.