Ti_Migspayment - Version 1.0.0

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 CHANGED
@@ -12,7 +12,7 @@
12
  <config>
13
  <modules>
14
  <Ti_Migspayment>
15
- <version>0.1.0</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>0.1.0</version>
5
  <stability>stable</stability>
6
- <license>GNU General Public License (GPL)</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. &#xD;
11
- So customer will not leave our shopping site. &#xD;
12
- All the transactions are listing out in backend order transactions.</description>
13
- <notes>Processing Credit Card with Mastercard Internet Gateway Service (MIGS). &#xD;
14
- So customer will not leave our shopping site. &#xD;
15
- All the transactions are listing out in backend order transactions.</notes>
16
- <authors><author><name>Ti Technologies</name><user>titech</user><email>info@titechnologies.in</email></author></authors>
17
- <date>2012-10-22</date>
18
- <time>11:11:46</time>
19
- <contents><target name="mageetc"><dir name="modules"><file name="Ti_Migspayment.xml" hash="addf06d502b569a68b33d57ce24b5697"/></dir></target><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="5075bbace4ade34dccd8cd1f2c27ba0b"/><file name="system.xml" hash="9733316126c81041e92e2092e092fb53"/></dir></dir></dir></target></contents>
 
 
20
  <compatible/>
21
- <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
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.&#xD;
11
+ So customer will not leave our shopping site.&#xD;
12
+ All the transactions are listing out in backend order transactions.&#xD;
13
+ </description>
14
+ <notes>Processing Credit Card with Mastercard Internet Gateway Service.&#xD;
15
+ So customer will not leave our shopping site.&#xD;
16
+ All the transactions are listing out in backend order transactions.&#xD;
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>