Version Notes
This is Stable Release
Download this release
Release Info
Developer | Faisal |
Extension | prismpay123456 |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
app/code/local/PrismPayTech/.DS_Store
ADDED
Binary file
|
app/code/local/PrismPayTech/PrismPay/.DS_Store
ADDED
Binary file
|
app/etc/modules/PrismPayTech_PrismPay.xml
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<config>
|
2 |
+
<modules>
|
3 |
+
<!-- declare CompanyName_NewModule module -->
|
4 |
+
<PrismPayTech_PrismPay>
|
5 |
+
<!-- this is an active module -->
|
6 |
+
<active>true</active>
|
7 |
+
<!-- this module will be located in app/code/local code pool -->
|
8 |
+
<codePool>local</codePool>
|
9 |
+
<!-- specify dependencies for correct module loading order -->
|
10 |
+
<depends>
|
11 |
+
<Mage_Payment />
|
12 |
+
</depends>
|
13 |
+
</PrismPayTech_PrismPay>
|
14 |
+
</modules>
|
15 |
+
</config>
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>prismpay123456</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>GNU General Public License (GPL)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>PrismPay provides a global internet-overlay network focused on providing secure, reliable, real-time transaction management.</summary>
|
10 |
<description>PrismPay provides a global internet-overlay network focused on providing secure, reliable, real-time transaction management.</description>
|
11 |
-
<notes>This is Stable
|
12 |
<authors><author><name>Faisal</name><user>shamsimagento</user><email>faisalsharifshamsi@gmail.com</email></author><author><name>Arslan</name><user>mazkhi</user><email>maz.khi@hotmail.com</email></author></authors>
|
13 |
-
<date>2014-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magelocal"><dir name="PrismPayTech"><dir name="PrismPay"><dir name="Model"><file name="PaymentMethod.php" hash="6a377e260cd2dbb9c4a22976d1edfeea"/></dir><dir name="etc"><file name="config.xml" hash="9e4bee02b71a5e3deb6358c081474c2c"/><file name="system.xml" hash="4d1ee8b39ed4fde96ac2769cfb959e16"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir
|
16 |
<compatible/>
|
17 |
-
<dependencies><required><php><min>5.0.2</min><max>5.
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>prismpay123456</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GNU General Public License (GPL)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>PrismPay provides a global internet-overlay network focused on providing secure, reliable, real-time transaction management.</summary>
|
10 |
<description>PrismPay provides a global internet-overlay network focused on providing secure, reliable, real-time transaction management.</description>
|
11 |
+
<notes>This is Stable Release </notes>
|
12 |
<authors><author><name>Faisal</name><user>shamsimagento</user><email>faisalsharifshamsi@gmail.com</email></author><author><name>Arslan</name><user>mazkhi</user><email>maz.khi@hotmail.com</email></author></authors>
|
13 |
+
<date>2014-08-29</date>
|
14 |
+
<time>11:05:58</time>
|
15 |
+
<contents><target name="magelocal"><dir name="PrismPayTech"><dir name="PrismPay"><dir name="Model"><file name="PaymentMethod.php" hash="6a377e260cd2dbb9c4a22976d1edfeea"/></dir><dir name="etc"><file name="config.xml" hash="9e4bee02b71a5e3deb6358c081474c2c"/><file name="system.xml" hash="4d1ee8b39ed4fde96ac2769cfb959e16"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="4e6e62c49783e7e971f145ce1087df2d"/></dir><file name=".DS_Store" hash="48ecb452c620f859ad5f490769e94e9f"/></dir></target><target name="mageetc"><dir name="modules"><file name="PrismPayTech_PrismPay.xml" hash="e190bff166d4305a4d8e17a982940db9"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.0.2</min><max>6.5.0</max></php></required></dependencies>
|
18 |
</package>
|