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 +1 -1
- app/code/community/Inetcash/Epayment/Model/Epayment.php +1 -1
- app/code/community/Inetcash/Epayment/controllers/EpaymentController.php +1 -1
- app/code/community/Inetcash/Epayment/etc/config.xml +2 -2
- app/code/community/Inetcash/Epayment/etc/system.xml +1 -1
- app/etc/modules/Inetcash_Epayment.xml +11 -0
- package.xml +3 -3
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.
|
| 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
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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>
|
| 15 |
-
<contents><target name="magecommunity"><dir name="Inetcash"><dir name="Epayment"><dir name="controllers"><file name="EpaymentController.php" hash="
|
| 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>
|
