-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Henrique Goncalves Leite
committed
May 16, 2017
1 parent
5cad461
commit 45877d1
Showing
130 changed files
with
2,443 additions
and
9,318 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
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" | ||
} |
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
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> |
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
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ão de crédito e boletos através no nosso checkout Transparente ou Padrão.]]></description> | ||
<author><![CDATA[MERCADOPAGO.COM Representaçõ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> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.