Version Notes
Paypal standard support the all the currency with INR
Download this release
Release Info
Developer | Raj kumar |
Extension | Itfosters_Pallcurrencys |
Version | 0.1.0 |
Comparing to | |
See all releases |
Version 0.1.0
- app/etc/modules/Itfosters_Pallcurrencys.xml +12 -0
- package.xml +18 -0
app/etc/modules/Itfosters_Pallcurrencys.xml
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<config>
|
3 |
+
<modules>
|
4 |
+
<Itfosters_Pallcurrencys>
|
5 |
+
<active>true</active>
|
6 |
+
<codePool>community</codePool>
|
7 |
+
<depends>
|
8 |
+
<Mage_Paypal/>
|
9 |
+
</depends>
|
10 |
+
</Itfosters_Pallcurrencys>
|
11 |
+
</modules>
|
12 |
+
</config>
|
package.xml
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>Itfosters_Pallcurrencys</name>
|
4 |
+
<version>0.1.0</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>Paypal standard support the all the currency with INR</summary>
|
10 |
+
<description>Paypal standard support the all the currency with INR</description>
|
11 |
+
<notes>Paypal standard support the all the currency with INR</notes>
|
12 |
+
<authors><author><name>Raj kumar</name><user>Raj</user><email>rajwebsoft@gmail.com</email></author></authors>
|
13 |
+
<date>2016-07-28</date>
|
14 |
+
<time>11:23:24</time>
|
15 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Itfosters_Pallcurrencys.xml" hash="b0c6f8fabf5c4b51379f892244d95c24"/></dir></target></contents>
|
16 |
+
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
+
</package>
|