Version Notes
Atenção: esta extensão simplesmente instala um guia para a instalação efetiva das extensões. Você terá uma experiência melhor de instalação e acesso à documentação visitando https://www.paypal-brasil.com.br/x/magento.
Download this release
Release Info
Developer | Paypal BR |
Extension | PayPal_Brazil_Improvements |
Version | 1.0.0 |
Comparing to | |
See all releases |
Version 1.0.0
- package.xml +18 -0
package.xml
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>PayPal_Brazil_Improvements</name>
|
4 |
+
<version>1.0.0</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>Update several versions of Magento Community to better support PayPal for the Brazilian market.</summary>
|
10 |
+
<description>This extension is specific for the Brazilian market. It updates Magento-PayPal integration to support specific features for payments in Brazil.</description>
|
11 |
+
<notes>Aten&#xE7;&#xE3;o: esta extens&#xE3;o simplesmente instala um guia para a instala&#xE7;&#xE3;o efetiva das extens&#xF5;es. Voc&#xEA; ter&#xE1; uma experi&#xEA;ncia melhor de instala&#xE7;&#xE3;o e acesso &#xE0; documenta&#xE7;&#xE3;o visitando https://www.paypal-brasil.com.br/x/magento.&#xD;</notes>
|
12 |
+
<authors><author><name>Paypal BR</name><user>paypalbr</user><email>mnegrini@paypal.com</email></author></authors>
|
13 |
+
<date>2012-07-12</date>
|
14 |
+
<time>16:37:00</time>
|
15 |
+
<contents><target name="magelocal"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="paypalbr.xml" hash=""/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Paypal_Paypalbr.xml" hash=""/></dir></target></contents>
|
16 |
+
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
+
</package>
|