Version Notes
First version
Download this release
Release Info
Developer | Magento Core Team |
Extension | Inetcash_Epayment |
Version | 0.1.3 |
Comparing to | |
See all releases |
Code changes from version 0.1.2 to 0.1.3
- 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
- package.xml +6 -6
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.3 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 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
|
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.3 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.3 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.3</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.3 2011-01-27 16:00:00
|
21 |
*/
|
22 |
-->
|
23 |
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Inetcash_Epayment</name>
|
4 |
-
<version>0.1.
|
5 |
<stability>stable</stability>
|
6 |
-
<license>OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Enables Payments via Inet-Cash Shop Sollution</summary>
|
10 |
-
<description>You
|
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-
|
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.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>
|
8 |
<extends/>
|
9 |
<summary>Enables Payments via Inet-Cash Shop Sollution</summary>
|
10 |
+
<description>You want to use Inet-Cash as Payment Provider for your Shop? You have to install this package.</description>
|
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>
|