Inetcash_Epayment - Version 0.1.4

Version Notes

First version

Download this release

Release Info

Developer Magento Core Team
Extension Inetcash_Epayment
Version 0.1.4
Comparing to
See all releases


Code changes from version 0.1.3 to 0.1.4

app/code/community/Inetcash/Epayment/Helper/Data.php CHANGED
@@ -17,7 +17,7 @@
17
  * @package inetcash_epayment
18
  * @copyright Copyright (c) 2011 Inet-Cash GmbH
19
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
20
- * @version Data.php 0.1.3 2011-01-27 16:00:00
21
  */
22
 
23
  class Inetcash_Epayment_Helper_Data extends Mage_Core_Helper_Abstract
17
  * @package inetcash_epayment
18
  * @copyright Copyright (c) 2011 Inet-Cash GmbH
19
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
20
+ * @version Data.php 0.1.4 2011-01-27 16:00:00
21
  */
22
 
23
  class Inetcash_Epayment_Helper_Data extends Mage_Core_Helper_Abstract
app/code/community/Inetcash/Epayment/Model/Epayment.php CHANGED
@@ -17,7 +17,7 @@
17
  * @package inetcash_epayment
18
  * @copyright Copyright (c) 2011 Inet-Cash GmbH
19
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
20
- * @version Data.php 0.1.3 2011-01-27 16:00:00
21
  */
22
 
23
  class Inetcash_Epayment_Model_Epayment extends Mage_Payment_Model_Method_Abstract
17
  * @package inetcash_epayment
18
  * @copyright Copyright (c) 2011 Inet-Cash GmbH
19
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
20
+ * @version Epayment.php 0.1.4 2011-01-27 16:00:00
21
  */
22
 
23
  class Inetcash_Epayment_Model_Epayment extends Mage_Payment_Model_Method_Abstract
app/code/community/Inetcash/Epayment/controllers/EpaymentController.php CHANGED
@@ -17,7 +17,7 @@
17
  * @package inetcash_epayment
18
  * @copyright Copyright (c) 2011 Inet-Cash GmbH
19
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
20
- * @version EpaymentController.php 0.1.3 2011-01-27 16:00:00
21
  */
22
 
23
  class Inetcash_Epayment_EpaymentController extends Mage_Core_Controller_Front_Action
17
  * @package inetcash_epayment
18
  * @copyright Copyright (c) 2011 Inet-Cash GmbH
19
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
20
+ * @version EpaymentController.php 0.1.4 2011-01-27 16:00:00
21
  */
22
 
23
  class Inetcash_Epayment_EpaymentController extends Mage_Core_Controller_Front_Action
app/code/community/Inetcash/Epayment/etc/config.xml CHANGED
@@ -17,7 +17,7 @@
17
  * @package inetcash_epayment
18
  * @copyright Copyright (c) 2011 Inet-Cash GmbH
19
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
20
- * @version config.xml 0.1.3 2011-01-27 16:00:00
21
  */
22
  -->
23
  <config>
@@ -25,7 +25,7 @@
25
  <modules>
26
  <Inetcash_Epayment>
27
  <!-- declare module's version information for database updates -->
28
- <version>0.1.3</version>
29
  </Inetcash_Epayment>
30
  </modules>
31
  <frontend>
17
  * @package inetcash_epayment
18
  * @copyright Copyright (c) 2011 Inet-Cash GmbH
19
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
20
+ * @version config.xml 0.1.4 2011-01-27 16:00:00
21
  */
22
  -->
23
  <config>
25
  <modules>
26
  <Inetcash_Epayment>
27
  <!-- declare module's version information for database updates -->
28
+ <version>0.1.4</version>
29
  </Inetcash_Epayment>
30
  </modules>
31
  <frontend>
app/code/community/Inetcash/Epayment/etc/system.xml CHANGED
@@ -17,7 +17,7 @@
17
  * @package inetcash_epayment
18
  * @copyright Copyright (c) 2011 Inet-Cash GmbH
19
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
20
- * @version system.xml 0.1.3 2011-01-27 16:00:00
21
  */
22
  -->
23
 
17
  * @package inetcash_epayment
18
  * @copyright Copyright (c) 2011 Inet-Cash GmbH
19
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
20
+ * @version system.xml 0.1.4 2011-01-27 16:00:00
21
  */
22
  -->
23
 
app/etc/modules/Inetcash_Epayment.xml ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ <config>
2
+ <modules>
3
+ <Inetcash_Epayment>
4
+ <active>true</active>
5
+ <codePool>community</codePool>
6
+ <depends>
7
+ <Mage_Payment />
8
+ </depends>
9
+ </Inetcash_Epayment>
10
+ </modules>
11
+ </config>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Inetcash_Epayment</name>
4
- <version>0.1.3</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
@@ -11,8 +11,8 @@
11
  <notes>First version</notes>
12
  <authors><author><name>Szpejewski</name><user>auto-converted</user><email>webmaster@inet-cash.com</email></author></authors>
13
  <date>2011-01-27</date>
14
- <time>14:51:54</time>
15
- <contents><target name="magecommunity"><dir name="Inetcash"><dir name="Epayment"><dir name="controllers"><file name="EpaymentController.php" hash="6d17452b74e96bd2c4bc4e44802fadd5"/></dir><dir name="etc"><file name="config.xml" hash="ed2adb8dbd04ff5cb375cc399e384db3"/><file name="system.xml" hash="a1f48977563e24e9d0de70e58c75a2a9"/></dir><dir name="Helper"><file name="Data.php" hash="8356a198951afa887220e14afde5839e"/></dir><dir name="Model"><file name="Epayment.php" hash="a72c4cdaf5ee6892dc0129656eacbbfd"/></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Inetcash_Epayment</name>
4
+ <version>0.1.4</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
11
  <notes>First version</notes>
12
  <authors><author><name>Szpejewski</name><user>auto-converted</user><email>webmaster@inet-cash.com</email></author></authors>
13
  <date>2011-01-27</date>
14
+ <time>15:13:21</time>
15
+ <contents><target name="magecommunity"><dir name="Inetcash"><dir name="Epayment"><dir name="controllers"><file name="EpaymentController.php" hash="80dc39e1dfa36c5a36e73d9ebb9660db"/></dir><dir name="etc"><file name="config.xml" hash="03cca6f6600eb9cc3d5862f317bfc870"/><file name="system.xml" hash="52c88b3894c0cb98e3cb9a4f7d78e08f"/></dir><dir name="Helper"><file name="Data.php" hash="5636ef2a3233f3fa7ba8fb0647dcd71d"/></dir><dir name="Model"><file name="Epayment.php" hash="d7aa1a0cc6e07ccec1bbe7cf2a83c692"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Inetcash_Epayment.xml" hash="91c152587ae2775d177f0e5980d1fe6d"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>