Version Notes
Processing Credit Card with Mastercard Internet Gateway Service.
So customer will not leave our shopping site.
All the transactions are listing out in backend order transactions.
Download this release
Release Info
Developer | Ti |
Extension | Ti_Migspayment |
Version | 1.0.0 |
Comparing to | |
See all releases |
Code changes from version 0.1.0 to 1.0.0
- app/code/community/Ti/Migspayment/etc/config.xml +1 -1
- package.xml +16 -14
app/code/community/Ti/Migspayment/etc/config.xml
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
<config>
|
13 |
<modules>
|
14 |
<Ti_Migspayment>
|
15 |
-
<version>
|
16 |
</Ti_Migspayment>
|
17 |
</modules>
|
18 |
<global>
|
12 |
<config>
|
13 |
<modules>
|
14 |
<Ti_Migspayment>
|
15 |
+
<version>1.0.0</version>
|
16 |
</Ti_Migspayment>
|
17 |
</modules>
|
18 |
<global>
|
package.xml
CHANGED
@@ -1,22 +1,24 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Ti_Migspayment</name>
|
4 |
-
<version>
|
5 |
<stability>stable</stability>
|
6 |
-
<license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
-
<summary>Processing Credit Card with Mastercard Internet Gateway Service (MIGS)</summary>
|
10 |
-
<description>Processing Credit Card with Mastercard Internet Gateway Service
|
11 |
-
So customer will not leave our shopping site
|
12 |
-
All the transactions are listing out in backend order transactions
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
<
|
19 |
-
<
|
|
|
|
|
20 |
<compatible/>
|
21 |
-
<dependencies><required><php><min>5.2.0</min><max>
|
22 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Ti_Migspayment</name>
|
4 |
+
<version>1.0.0</version>
|
5 |
<stability>stable</stability>
|
6 |
+
<license>OSL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
+
<summary>Processing Credit Card with Mastercard Internet Gateway Service (MIGS) </summary>
|
10 |
+
<description>Processing Credit Card with Mastercard Internet Gateway Service.
|
11 |
+
So customer will not leave our shopping site.
|
12 |
+
All the transactions are listing out in backend order transactions.
|
13 |
+
</description>
|
14 |
+
<notes>Processing Credit Card with Mastercard Internet Gateway Service.
|
15 |
+
So customer will not leave our shopping site.
|
16 |
+
All the transactions are listing out in backend order transactions.
|
17 |
+
</notes>
|
18 |
+
<authors><author><name>Ti</name><user>titech</user><email>info@titechnologies.in</email></author></authors>
|
19 |
+
<date>2014-03-06</date>
|
20 |
+
<time>09:52:15</time>
|
21 |
+
<contents><target name="magecommunity"><dir name="Ti"><dir name="Migspayment"><dir name="Helper"><file name="Data.php" hash="b2ea8d528a2ebecfe48617fd356399ec"/></dir><dir name="Model"><file name="Virtualcredit.php" hash="9da995886bb46780e36e26cdd4ad07ae"/></dir><dir name="etc"><file name="config.xml" hash="aab7ced5371f396c9179fafe9ecf7c48"/><file name="system.xml" hash="9733316126c81041e92e2092e092fb53"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Ti_Migspayment.xml" hash="addf06d502b569a68b33d57ce24b5697"/></dir></target></contents>
|
22 |
<compatible/>
|
23 |
+
<dependencies><required><php><min>5.2.0</min><max>5.5.9</max></php></required></dependencies>
|
24 |
</package>
|