Version Notes
This version adds support for Danske Bank
- Support for Danske Bank
- SampoPank is removed
- UI fix in the backend regarding Eepohs logo display with different themes
Download this release
Release Info
Developer | Multon |
Extension | estpay |
Version | 1.4.0 |
Comparing to | |
See all releases |
Code changes from version 1.3.2.3 to 1.4.0
- app/code/community/Eepohs/Estpay/Block/Abstract.php +1 -1
- app/code/community/Eepohs/Estpay/Block/Adminhtml/Initjs.php +1 -1
- app/code/community/Eepohs/Estpay/Block/{Sampo.php → Danske.php} +6 -6
- app/code/community/Eepohs/Estpay/Block/Estcard.php +1 -1
- app/code/community/Eepohs/Estpay/Block/IPizza.php +1 -1
- app/code/community/Eepohs/Estpay/Block/Info.php +1 -1
- app/code/community/Eepohs/Estpay/Block/Krediidipank.php +1 -1
- app/code/community/Eepohs/Estpay/Block/Lhv.php +1 -1
- app/code/community/Eepohs/Estpay/Block/Nordea.php +1 -1
- app/code/community/Eepohs/Estpay/Block/Seb.php +1 -1
- app/code/community/Eepohs/Estpay/Block/Swedbank.php +1 -1
- app/code/community/Eepohs/Estpay/Controller/Abstract.php +1 -1
- app/code/community/Eepohs/Estpay/Helper/Data.php +1 -1
- app/code/community/Eepohs/Estpay/Model/Abstract.php +1 -1
- app/code/community/Eepohs/Estpay/Model/{Sampo.php → Danske.php} +7 -7
- app/code/community/Eepohs/Estpay/Model/Estcard.php +1 -1
- app/code/community/Eepohs/Estpay/Model/IPizza.php +1 -1
- app/code/community/Eepohs/Estpay/Model/Krediidipank.php +1 -1
- app/code/community/Eepohs/Estpay/Model/Lhv.php +1 -1
- app/code/community/Eepohs/Estpay/Model/Nordea.php +1 -1
- app/code/community/Eepohs/Estpay/Model/Seb.php +1 -1
- app/code/community/Eepohs/Estpay/Model/Swedbank.php +1 -1
- app/code/community/Eepohs/Estpay/controllers/{SampoController.php → DanskeController.php} +6 -6
- app/code/community/Eepohs/Estpay/controllers/EstcardController.php +1 -1
- app/code/community/Eepohs/Estpay/controllers/KrediidipankController.php +1 -1
- app/code/community/Eepohs/Estpay/controllers/LhvController.php +1 -1
- app/code/community/Eepohs/Estpay/controllers/NordeaController.php +1 -1
- app/code/community/Eepohs/Estpay/controllers/SebController.php +1 -1
- app/code/community/Eepohs/Estpay/controllers/SwedbankController.php +1 -1
- app/code/community/Eepohs/Estpay/etc/config.xml +7 -7
- app/code/community/Eepohs/Estpay/etc/system.xml +4 -4
- app/design/adminhtml/default/default/layout/eepohs/estpay.xml +1 -1
- app/design/adminhtml/default/default/template/eepohs/estpay/initjs.phtml +5 -5
- app/design/frontend/base/default/layout/eepohs/estpay.xml +6 -6
- app/design/frontend/base/default/template/eepohs/estpay/{sampo.phtml → danske.phtml} +7 -7
- app/design/frontend/base/default/template/eepohs/estpay/estcard.phtml +1 -1
- app/design/frontend/base/default/template/eepohs/estpay/info.phtml +1 -1
- app/design/frontend/base/default/template/eepohs/estpay/krediidipank.phtml +3 -3
- app/design/frontend/base/default/template/eepohs/estpay/lhv.phtml +1 -1
- app/design/frontend/base/default/template/eepohs/estpay/nordea.phtml +1 -1
- app/design/frontend/base/default/template/eepohs/estpay/seb.phtml +1 -1
- app/design/frontend/base/default/template/eepohs/estpay/swedbank.phtml +1 -1
- app/etc/modules/Eepohs_Estpay.xml +1 -1
- js/eepohs/estpay.js +1 -1
- package.xml +9 -6
- skin/frontend/base/default/images/eepohs/estpay/danske_logo_88x31.gif +0 -0
app/code/community/Eepohs/Estpay/Block/Abstract.php
CHANGED
@@ -48,7 +48,7 @@
|
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
-
* @version Release: 1.
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
class Eepohs_Estpay_Block_Abstract extends Mage_Payment_Block_Form
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
+
* @version Release: 1.4.0
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
class Eepohs_Estpay_Block_Abstract extends Mage_Payment_Block_Form
|
app/code/community/Eepohs/Estpay/Block/Adminhtml/Initjs.php
CHANGED
@@ -48,7 +48,7 @@
|
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
-
* @version Release: 1.
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
class Eepohs_Estpay_Block_Adminhtml_Initjs extends Mage_Adminhtml_Block_Template
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
+
* @version Release: 1.4.0
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
class Eepohs_Estpay_Block_Adminhtml_Initjs extends Mage_Adminhtml_Block_Template
|
app/code/community/Eepohs/Estpay/Block/{Sampo.php → Danske.php}
RENAMED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
*
|
5 |
*
|
6 |
* PHP version 5
|
7 |
*
|
@@ -14,7 +14,7 @@
|
|
14 |
*/
|
15 |
|
16 |
/**
|
17 |
-
*
|
18 |
*
|
19 |
* PLEASE READ THIS SOFTWARE LICENSE AGREEMENT ("LICENSE") CAREFULLY
|
20 |
* BEFORE USING THE SOFTWARE. BY USING THE SOFTWARE, YOU ARE AGREEING
|
@@ -48,13 +48,13 @@
|
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
-
* @version Release: 1.
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
-
class
|
55 |
{
|
56 |
|
57 |
-
protected $_code = '
|
58 |
-
protected $_gateway = '
|
59 |
|
60 |
}
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* Danske.php
|
5 |
*
|
6 |
* PHP version 5
|
7 |
*
|
14 |
*/
|
15 |
|
16 |
/**
|
17 |
+
* Danske form block for Estpay
|
18 |
*
|
19 |
* PLEASE READ THIS SOFTWARE LICENSE AGREEMENT ("LICENSE") CAREFULLY
|
20 |
* BEFORE USING THE SOFTWARE. BY USING THE SOFTWARE, YOU ARE AGREEING
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
+
* @version Release: 1.4.0
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
+
class Eepohs_Estpay_Block_Danske extends Eepohs_Estpay_Block_IPizza
|
55 |
{
|
56 |
|
57 |
+
protected $_code = 'eepohs_danske';
|
58 |
+
protected $_gateway = 'danske';
|
59 |
|
60 |
}
|
app/code/community/Eepohs/Estpay/Block/Estcard.php
CHANGED
@@ -48,7 +48,7 @@
|
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
-
* @version Release: 1.
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
class Eepohs_Estpay_Block_Estcard extends Eepohs_Estpay_Block_Abstract
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
+
* @version Release: 1.4.0
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
class Eepohs_Estpay_Block_Estcard extends Eepohs_Estpay_Block_Abstract
|
app/code/community/Eepohs/Estpay/Block/IPizza.php
CHANGED
@@ -48,7 +48,7 @@
|
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
-
* @version Release: 1.
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
class Eepohs_Estpay_Block_IPizza extends Eepohs_Estpay_Block_Abstract
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
+
* @version Release: 1.4.0
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
class Eepohs_Estpay_Block_IPizza extends Eepohs_Estpay_Block_Abstract
|
app/code/community/Eepohs/Estpay/Block/Info.php
CHANGED
@@ -48,7 +48,7 @@
|
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
-
* @version Release: 1.
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
class Eepohs_Estpay_Block_Info extends Mage_Core_Block_Template
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
+
* @version Release: 1.4.0
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
class Eepohs_Estpay_Block_Info extends Mage_Core_Block_Template
|
app/code/community/Eepohs/Estpay/Block/Krediidipank.php
CHANGED
@@ -48,7 +48,7 @@
|
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
-
* @version Release: 1.
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
class Eepohs_Estpay_Block_Krediidipank extends Eepohs_Estpay_Block_IPizza
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
+
* @version Release: 1.4.0
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
class Eepohs_Estpay_Block_Krediidipank extends Eepohs_Estpay_Block_IPizza
|
app/code/community/Eepohs/Estpay/Block/Lhv.php
CHANGED
@@ -48,7 +48,7 @@
|
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
-
* @version Release: 1.
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
class Eepohs_Estpay_Block_Lhv extends Eepohs_Estpay_Block_IPizza
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
+
* @version Release: 1.4.0
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
class Eepohs_Estpay_Block_Lhv extends Eepohs_Estpay_Block_IPizza
|
app/code/community/Eepohs/Estpay/Block/Nordea.php
CHANGED
@@ -48,7 +48,7 @@
|
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
-
* @version Release: 1.
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
class Eepohs_Estpay_Block_Nordea extends Eepohs_Estpay_Block_Abstract
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
+
* @version Release: 1.4.0
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
class Eepohs_Estpay_Block_Nordea extends Eepohs_Estpay_Block_Abstract
|
app/code/community/Eepohs/Estpay/Block/Seb.php
CHANGED
@@ -48,7 +48,7 @@
|
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
-
* @version Release: 1.
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
class Eepohs_Estpay_Block_Seb extends Eepohs_Estpay_Block_IPizza
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
+
* @version Release: 1.4.0
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
class Eepohs_Estpay_Block_Seb extends Eepohs_Estpay_Block_IPizza
|
app/code/community/Eepohs/Estpay/Block/Swedbank.php
CHANGED
@@ -47,7 +47,7 @@
|
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
-
* @version Release: 1.
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
class Eepohs_Estpay_Block_Swedbank extends Eepohs_Estpay_Block_IPizza
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
+
* @version Release: 1.4.0
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
class Eepohs_Estpay_Block_Swedbank extends Eepohs_Estpay_Block_IPizza
|
app/code/community/Eepohs/Estpay/Controller/Abstract.php
CHANGED
@@ -48,7 +48,7 @@
|
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
-
* @version Release: 1.
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
class Eepohs_Estpay_Controller_Abstract extends Mage_Core_Controller_Front_Action
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
+
* @version Release: 1.4.0
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
class Eepohs_Estpay_Controller_Abstract extends Mage_Core_Controller_Front_Action
|
app/code/community/Eepohs/Estpay/Helper/Data.php
CHANGED
@@ -47,7 +47,7 @@
|
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
-
* @version Release: 1.
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
class Eepohs_Estpay_Helper_Data extends Mage_Core_Helper_Abstract
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
+
* @version Release: 1.4.0
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
class Eepohs_Estpay_Helper_Data extends Mage_Core_Helper_Abstract
|
app/code/community/Eepohs/Estpay/Model/Abstract.php
CHANGED
@@ -48,7 +48,7 @@
|
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
-
* @version Release: 1.
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
abstract class Eepohs_Estpay_Model_Abstract extends Mage_Payment_Model_Method_Abstract
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
+
* @version Release: 1.4.0
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
abstract class Eepohs_Estpay_Model_Abstract extends Mage_Payment_Model_Method_Abstract
|
app/code/community/Eepohs/Estpay/Model/{Sampo.php → Danske.php}
RENAMED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
*
|
4 |
*
|
5 |
* PHP version 5
|
6 |
*
|
@@ -13,7 +13,7 @@
|
|
13 |
*/
|
14 |
|
15 |
/**
|
16 |
-
*
|
17 |
*
|
18 |
* PLEASE READ THIS SOFTWARE LICENSE AGREEMENT ("LICENSE") CAREFULLY
|
19 |
* BEFORE USING THE SOFTWARE. BY USING THE SOFTWARE, YOU ARE AGREEING
|
@@ -47,14 +47,14 @@
|
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
-
* @version Release: 1.
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
-
class
|
54 |
{
|
55 |
|
56 |
-
protected $_code = '
|
57 |
-
protected $_formBlockType = 'estpay/
|
58 |
-
protected $_gateway = '
|
59 |
|
60 |
}
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Danske.php
|
4 |
*
|
5 |
* PHP version 5
|
6 |
*
|
13 |
*/
|
14 |
|
15 |
/**
|
16 |
+
* Danske payment model for Estpay
|
17 |
*
|
18 |
* PLEASE READ THIS SOFTWARE LICENSE AGREEMENT ("LICENSE") CAREFULLY
|
19 |
* BEFORE USING THE SOFTWARE. BY USING THE SOFTWARE, YOU ARE AGREEING
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
+
* @version Release: 1.4.0
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
+
class Eepohs_Estpay_Model_Danske extends Eepohs_Estpay_Model_IPizza
|
54 |
{
|
55 |
|
56 |
+
protected $_code = 'eepohs_danske';
|
57 |
+
protected $_formBlockType = 'estpay/danske';
|
58 |
+
protected $_gateway = 'danske';
|
59 |
|
60 |
}
|
app/code/community/Eepohs/Estpay/Model/Estcard.php
CHANGED
@@ -48,7 +48,7 @@
|
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
-
* @version Release: 1.
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
class Eepohs_Estpay_Model_Estcard extends Eepohs_Estpay_Model_Abstract
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
+
* @version Release: 1.4.0
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
class Eepohs_Estpay_Model_Estcard extends Eepohs_Estpay_Model_Abstract
|
app/code/community/Eepohs/Estpay/Model/IPizza.php
CHANGED
@@ -48,7 +48,7 @@
|
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
-
* @version Release: 1.
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
class Eepohs_Estpay_Model_IPizza extends Eepohs_Estpay_Model_Abstract
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
+
* @version Release: 1.4.0
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
class Eepohs_Estpay_Model_IPizza extends Eepohs_Estpay_Model_Abstract
|
app/code/community/Eepohs/Estpay/Model/Krediidipank.php
CHANGED
@@ -47,7 +47,7 @@
|
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
-
* @version Release: 1.
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
class Eepohs_Estpay_Model_Krediidipank extends Eepohs_Estpay_Model_IPizza
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
+
* @version Release: 1.4.0
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
class Eepohs_Estpay_Model_Krediidipank extends Eepohs_Estpay_Model_IPizza
|
app/code/community/Eepohs/Estpay/Model/Lhv.php
CHANGED
@@ -47,7 +47,7 @@
|
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
-
* @version Release: 1.
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
class Eepohs_Estpay_Model_Lhv extends Eepohs_Estpay_Model_IPizza
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
+
* @version Release: 1.4.0
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
class Eepohs_Estpay_Model_Lhv extends Eepohs_Estpay_Model_IPizza
|
app/code/community/Eepohs/Estpay/Model/Nordea.php
CHANGED
@@ -48,7 +48,7 @@
|
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
-
* @version Release: 1.
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
class Eepohs_Estpay_Model_Nordea extends Eepohs_Estpay_Model_Abstract
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
+
* @version Release: 1.4.0
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
class Eepohs_Estpay_Model_Nordea extends Eepohs_Estpay_Model_Abstract
|
app/code/community/Eepohs/Estpay/Model/Seb.php
CHANGED
@@ -47,7 +47,7 @@
|
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
-
* @version Release: 1.
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
class Eepohs_Estpay_Model_Seb extends Eepohs_Estpay_Model_IPizza
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
+
* @version Release: 1.4.0
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
class Eepohs_Estpay_Model_Seb extends Eepohs_Estpay_Model_IPizza
|
app/code/community/Eepohs/Estpay/Model/Swedbank.php
CHANGED
@@ -47,7 +47,7 @@
|
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
-
* @version Release: 1.
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
class Eepohs_Estpay_Model_Swedbank extends Eepohs_Estpay_Model_IPizza
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
+
* @version Release: 1.4.0
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
class Eepohs_Estpay_Model_Swedbank extends Eepohs_Estpay_Model_IPizza
|
app/code/community/Eepohs/Estpay/controllers/{SampoController.php → DanskeController.php}
RENAMED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
*
|
4 |
*
|
5 |
* PHP version 5
|
6 |
*
|
@@ -13,7 +13,7 @@
|
|
13 |
*/
|
14 |
|
15 |
/**
|
16 |
-
* Controller for
|
17 |
*
|
18 |
* PLEASE READ THIS SOFTWARE LICENSE AGREEMENT ("LICENSE") CAREFULLY
|
19 |
* BEFORE USING THE SOFTWARE. BY USING THE SOFTWARE, YOU ARE AGREEING
|
@@ -47,13 +47,13 @@
|
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
-
* @version Release: 1.
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
-
class
|
54 |
{
|
55 |
|
56 |
-
protected $_model = 'estpay/
|
57 |
-
protected $_code = '
|
58 |
|
59 |
}
|
1 |
<?php
|
2 |
/**
|
3 |
+
* DanskeController.php
|
4 |
*
|
5 |
* PHP version 5
|
6 |
*
|
13 |
*/
|
14 |
|
15 |
/**
|
16 |
+
* Controller for Danske of Estpay payment method
|
17 |
*
|
18 |
* PLEASE READ THIS SOFTWARE LICENSE AGREEMENT ("LICENSE") CAREFULLY
|
19 |
* BEFORE USING THE SOFTWARE. BY USING THE SOFTWARE, YOU ARE AGREEING
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
+
* @version Release: 1.4.0
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
+
class Eepohs_Estpay_DanskeController extends Eepohs_Estpay_Controller_Abstract
|
54 |
{
|
55 |
|
56 |
+
protected $_model = 'estpay/danske';
|
57 |
+
protected $_code = 'eepohs_danske';
|
58 |
|
59 |
}
|
app/code/community/Eepohs/Estpay/controllers/EstcardController.php
CHANGED
@@ -47,7 +47,7 @@
|
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
-
* @version Release: 1.
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
class Eepohs_Estpay_EstcardController extends Eepohs_Estpay_Controller_Abstract
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
+
* @version Release: 1.4.0
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
class Eepohs_Estpay_EstcardController extends Eepohs_Estpay_Controller_Abstract
|
app/code/community/Eepohs/Estpay/controllers/KrediidipankController.php
CHANGED
@@ -47,7 +47,7 @@
|
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
-
* @version Release: 1.
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
class Eepohs_Estpay_KrediidipankController extends Eepohs_Estpay_Controller_Abstract
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
+
* @version Release: 1.4.0
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
class Eepohs_Estpay_KrediidipankController extends Eepohs_Estpay_Controller_Abstract
|
app/code/community/Eepohs/Estpay/controllers/LhvController.php
CHANGED
@@ -47,7 +47,7 @@
|
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
-
* @version Release: 1.
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
class Eepohs_Estpay_LhvController extends Eepohs_Estpay_Controller_Abstract
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
+
* @version Release: 1.4.0
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
class Eepohs_Estpay_LhvController extends Eepohs_Estpay_Controller_Abstract
|
app/code/community/Eepohs/Estpay/controllers/NordeaController.php
CHANGED
@@ -47,7 +47,7 @@
|
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
-
* @version Release: 1.
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
class Eepohs_Estpay_NordeaController extends Eepohs_Estpay_Controller_Abstract
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
+
* @version Release: 1.4.0
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
class Eepohs_Estpay_NordeaController extends Eepohs_Estpay_Controller_Abstract
|
app/code/community/Eepohs/Estpay/controllers/SebController.php
CHANGED
@@ -47,7 +47,7 @@
|
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
-
* @version Release: 1.
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
class Eepohs_Estpay_SebController extends Eepohs_Estpay_Controller_Abstract
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
+
* @version Release: 1.4.0
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
class Eepohs_Estpay_SebController extends Eepohs_Estpay_Controller_Abstract
|
app/code/community/Eepohs/Estpay/controllers/SwedbankController.php
CHANGED
@@ -48,7 +48,7 @@
|
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
-
* @version Release: 1.
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
class Eepohs_Estpay_SwedbankController extends Eepohs_Estpay_Controller_Abstract
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
+
* @version Release: 1.4.0
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
class Eepohs_Estpay_SwedbankController extends Eepohs_Estpay_Controller_Abstract
|
app/code/community/Eepohs/Estpay/etc/config.xml
CHANGED
@@ -48,14 +48,14 @@
|
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
-
* @version Release: 1.
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
-->
|
55 |
<config>
|
56 |
<modules>
|
57 |
<Eepohs_Estpay>
|
58 |
-
<version>1.
|
59 |
</Eepohs_Estpay>
|
60 |
</modules>
|
61 |
<global>
|
@@ -183,11 +183,11 @@
|
|
183 |
<model>estpay/swedbank</model>
|
184 |
<payment_action>authorize</payment_action>
|
185 |
</eepohs_swedbank>
|
186 |
-
<
|
187 |
<active>0</active>
|
188 |
-
<title>
|
189 |
<order_status>pending</order_status>
|
190 |
-
<gateway_url>https://www2.
|
191 |
<vk_snd_id></vk_snd_id>
|
192 |
<private_key></private_key>
|
193 |
<bank_certificate></bank_certificate>
|
@@ -195,9 +195,9 @@
|
|
195 |
<bank_certificate></bank_certificate>
|
196 |
<order_confirmation>0</order_confirmation>
|
197 |
<invoice_confirmation>1</invoice_confirmation>
|
198 |
-
<model>estpay/
|
199 |
<payment_action>authorize</payment_action>
|
200 |
-
</
|
201 |
<eepohs_krediidipank>
|
202 |
<active>0</active>
|
203 |
<title>Krediidipank</title>
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
+
* @version Release: 1.4.0
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
-->
|
55 |
<config>
|
56 |
<modules>
|
57 |
<Eepohs_Estpay>
|
58 |
+
<version>1.4.0</version>
|
59 |
</Eepohs_Estpay>
|
60 |
</modules>
|
61 |
<global>
|
183 |
<model>estpay/swedbank</model>
|
184 |
<payment_action>authorize</payment_action>
|
185 |
</eepohs_swedbank>
|
186 |
+
<eepohs_danske>
|
187 |
<active>0</active>
|
188 |
+
<title>Danske</title>
|
189 |
<order_status>pending</order_status>
|
190 |
+
<gateway_url>https://www2.danskebank.ee/ibank/pizza/pizza</gateway_url>
|
191 |
<vk_snd_id></vk_snd_id>
|
192 |
<private_key></private_key>
|
193 |
<bank_certificate></bank_certificate>
|
195 |
<bank_certificate></bank_certificate>
|
196 |
<order_confirmation>0</order_confirmation>
|
197 |
<invoice_confirmation>1</invoice_confirmation>
|
198 |
+
<model>estpay/danske</model>
|
199 |
<payment_action>authorize</payment_action>
|
200 |
+
</eepohs_danske>
|
201 |
<eepohs_krediidipank>
|
202 |
<active>0</active>
|
203 |
<title>Krediidipank</title>
|
app/code/community/Eepohs/Estpay/etc/system.xml
CHANGED
@@ -48,7 +48,7 @@
|
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
-
* @version Release: 1.
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
-->
|
@@ -361,8 +361,8 @@
|
|
361 |
</sort_order>
|
362 |
</fields>
|
363 |
</eepohs_swedbank>
|
364 |
-
<
|
365 |
-
<label>
|
366 |
<sort_order>130</sort_order>
|
367 |
<show_in_default>1</show_in_default>
|
368 |
<show_in_website>1</show_in_website>
|
@@ -464,7 +464,7 @@
|
|
464 |
<show_in_store>1</show_in_store>
|
465 |
</sort_order>
|
466 |
</fields>
|
467 |
-
</
|
468 |
<eepohs_krediidipank translate="label" module="estpay">
|
469 |
<label>Krediidipank</label>
|
470 |
<sort_order>140</sort_order>
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
+
* @version Release: 1.4.0
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
-->
|
361 |
</sort_order>
|
362 |
</fields>
|
363 |
</eepohs_swedbank>
|
364 |
+
<eepohs_danske translate="label" module="estpay">
|
365 |
+
<label>Danske Bank</label>
|
366 |
<sort_order>130</sort_order>
|
367 |
<show_in_default>1</show_in_default>
|
368 |
<show_in_website>1</show_in_website>
|
464 |
<show_in_store>1</show_in_store>
|
465 |
</sort_order>
|
466 |
</fields>
|
467 |
+
</eepohs_danske>
|
468 |
<eepohs_krediidipank translate="label" module="estpay">
|
469 |
<label>Krediidipank</label>
|
470 |
<sort_order>140</sort_order>
|
app/design/adminhtml/default/default/layout/eepohs/estpay.xml
CHANGED
@@ -35,7 +35,7 @@
|
|
35 |
* THE POSSIBILITY OF SUCH DAMAGE.
|
36 |
*
|
37 |
* @license http://opensource.org/licenses/bsd-license.php
|
38 |
-
* @version 1.
|
39 |
* @author Eepohs OÜ
|
40 |
* @copyright 2012 Eepohs OÜ http://www.eepohs.com/
|
41 |
*
|
35 |
* THE POSSIBILITY OF SUCH DAMAGE.
|
36 |
*
|
37 |
* @license http://opensource.org/licenses/bsd-license.php
|
38 |
+
* @version 1.4.0
|
39 |
* @author Eepohs OÜ
|
40 |
* @copyright 2012 Eepohs OÜ http://www.eepohs.com/
|
41 |
*
|
app/design/adminhtml/default/default/template/eepohs/estpay/initjs.phtml
CHANGED
@@ -34,7 +34,7 @@
|
|
34 |
* THE POSSIBILITY OF SUCH DAMAGE.
|
35 |
*
|
36 |
* @license http://opensource.org/licenses/bsd-license.php
|
37 |
-
* @version 1.
|
38 |
* @author Eepohs OÜ
|
39 |
* @copyright 2012 Eepohs OÜ http://www.eepohs.com/
|
40 |
*
|
@@ -57,12 +57,12 @@
|
|
57 |
</style>
|
58 |
<script type="text/javascript">
|
59 |
//<![CDATA[
|
60 |
-
var EEPOHS_SKIN_URL = '<?php echo Mage::getDesign()->getSkinUrl('',array('_area'=>'adminhtml'));?>';
|
61 |
function initEepohsPayment() {
|
62 |
var estpay = new EepohsPayment();
|
63 |
-
estpay.addCss( 'entry-edit-head' ,['payment_eepohs_seb-head', 'payment_eepohs_nordea-head', 'payment_eepohs_swedbank-head', '
|
64 |
-
estpay.addLogoTypes(['payment_eepohs_seb-head', 'payment_eepohs_nordea-head', 'payment_eepohs_swedbank-head', '
|
65 |
-
estpay.addSupportInformation(['payment_eepohs_seb', 'payment_eepohs_swedbank', 'payment_eepohs_nordea', 'payment_eepohs_krediidipank', '
|
66 |
estpay.setModuleVersion('<?php echo $this->getModuleVersion() ?>');
|
67 |
}
|
68 |
//]]>
|
34 |
* THE POSSIBILITY OF SUCH DAMAGE.
|
35 |
*
|
36 |
* @license http://opensource.org/licenses/bsd-license.php
|
37 |
+
* @version 1.4.0
|
38 |
* @author Eepohs OÜ
|
39 |
* @copyright 2012 Eepohs OÜ http://www.eepohs.com/
|
40 |
*
|
57 |
</style>
|
58 |
<script type="text/javascript">
|
59 |
//<![CDATA[
|
60 |
+
var EEPOHS_SKIN_URL = '<?php echo Mage::getDesign()->getSkinUrl('',array('_area'=>'adminhtml', '_package'=>'default', '_theme'=>'default'));?>';
|
61 |
function initEepohsPayment() {
|
62 |
var estpay = new EepohsPayment();
|
63 |
+
estpay.addCss( 'entry-edit-head' ,['payment_eepohs_seb-head', 'payment_eepohs_nordea-head', 'payment_eepohs_swedbank-head', 'payment_eepohs_danske-head', 'payment_eepohs_krediidipank-head', 'payment_eepohs_estcard-head', 'payment_eepohs_lhv-head']);
|
64 |
+
estpay.addLogoTypes(['payment_eepohs_seb-head', 'payment_eepohs_nordea-head', 'payment_eepohs_swedbank-head', 'payment_eepohs_danske-head', 'payment_eepohs_krediidipank-head', 'payment_eepohs_estcard-head', 'payment_eepohs_lhv-head']);
|
65 |
+
estpay.addSupportInformation(['payment_eepohs_seb', 'payment_eepohs_swedbank', 'payment_eepohs_nordea', 'payment_eepohs_krediidipank', 'payment_eepohs_danske', 'payment_eepohs_estcard', 'payment_eepohs_lhv']);
|
66 |
estpay.setModuleVersion('<?php echo $this->getModuleVersion() ?>');
|
67 |
}
|
68 |
//]]>
|
app/design/frontend/base/default/layout/eepohs/estpay.xml
CHANGED
@@ -48,7 +48,7 @@
|
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
-
* @version Release: 1.
|
52 |
* @link http://eepohs.com/
|
53 |
*
|
54 |
*/
|
@@ -87,17 +87,17 @@
|
|
87 |
</block>
|
88 |
</reference>
|
89 |
</estpay_swedbank_redirect>
|
90 |
-
<
|
91 |
<reference name="content">
|
92 |
-
<block type="estpay/
|
93 |
-
<block type="cms/block" name="
|
94 |
<action method="setBlockId">
|
95 |
-
<block_id>
|
96 |
</action>
|
97 |
</block>
|
98 |
</block>
|
99 |
</reference>
|
100 |
-
</
|
101 |
<estpay_krediidipank_redirect>
|
102 |
<reference name="content">
|
103 |
<block type="estpay/krediidipank" name="estpay_krediidipank" template="eepohs/estpay/krediidipank.phtml">
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
+
* @version Release: 1.4.0
|
52 |
* @link http://eepohs.com/
|
53 |
*
|
54 |
*/
|
87 |
</block>
|
88 |
</reference>
|
89 |
</estpay_swedbank_redirect>
|
90 |
+
<estpay_danske_redirect>
|
91 |
<reference name="content">
|
92 |
+
<block type="estpay/danske" name="estpay_danske" template="eepohs/estpay/danske.phtml">
|
93 |
+
<block type="cms/block" name="estpay_danske_description">
|
94 |
<action method="setBlockId">
|
95 |
+
<block_id>estpay_danske_description</block_id>
|
96 |
</action>
|
97 |
</block>
|
98 |
</block>
|
99 |
</reference>
|
100 |
+
</estpay_danske_redirect>
|
101 |
<estpay_krediidipank_redirect>
|
102 |
<reference name="content">
|
103 |
<block type="estpay/krediidipank" name="estpay_krediidipank" template="eepohs/estpay/krediidipank.phtml">
|
app/design/frontend/base/default/template/eepohs/estpay/{sampo.phtml → danske.phtml}
RENAMED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
*
|
4 |
*
|
5 |
* PHP version 5
|
6 |
*
|
@@ -13,7 +13,7 @@
|
|
13 |
*/
|
14 |
|
15 |
/**
|
16 |
-
*
|
17 |
*
|
18 |
* PLEASE READ THIS SOFTWARE LICENSE AGREEMENT ("LICENSE") CAREFULLY
|
19 |
* BEFORE USING THE SOFTWARE. BY USING THE SOFTWARE, YOU ARE AGREEING
|
@@ -47,14 +47,14 @@
|
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
-
* @version Release: 1.
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
?>
|
54 |
-
<div class="payment_estpay_container
|
55 |
-
<?php echo $this->getChildHtml('
|
56 |
-
<form id="GatewayForm" name="
|
57 |
-
<img src="<?php echo $this->getMethodLogoUrl(); ?>" class="payment-gateway-logo
|
58 |
<?php foreach ($this->getFields() as $key => $value): ?>
|
59 |
<input type="hidden" name="<?php echo $key ?>" value="<?php echo $value ?>" />
|
60 |
<?php endforeach; ?>
|
1 |
<?php
|
2 |
/**
|
3 |
+
* danske.phtml
|
4 |
*
|
5 |
* PHP version 5
|
6 |
*
|
13 |
*/
|
14 |
|
15 |
/**
|
16 |
+
* Danske payment form block
|
17 |
*
|
18 |
* PLEASE READ THIS SOFTWARE LICENSE AGREEMENT ("LICENSE") CAREFULLY
|
19 |
* BEFORE USING THE SOFTWARE. BY USING THE SOFTWARE, YOU ARE AGREEING
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
+
* @version Release: 1.4.0
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
?>
|
54 |
+
<div class="payment_estpay_container payment_method_danske">
|
55 |
+
<?php echo $this->getChildHtml('estpay_danske_description') ?>
|
56 |
+
<form id="GatewayForm" name="danske" action="<?php echo $this->getGatewayUrl() ?>" method="POST" target="_top">
|
57 |
+
<img src="<?php echo $this->getMethodLogoUrl(); ?>" class="payment-gateway-logo danske_logo"/>
|
58 |
<?php foreach ($this->getFields() as $key => $value): ?>
|
59 |
<input type="hidden" name="<?php echo $key ?>" value="<?php echo $value ?>" />
|
60 |
<?php endforeach; ?>
|
app/design/frontend/base/default/template/eepohs/estpay/estcard.phtml
CHANGED
@@ -47,7 +47,7 @@
|
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
-
* @version Release: 1.
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
?>
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
+
* @version Release: 1.4.0
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
?>
|
app/design/frontend/base/default/template/eepohs/estpay/info.phtml
CHANGED
@@ -46,7 +46,7 @@
|
|
46 |
* @author Eepohs OÜ <info@eepohs.com>
|
47 |
* @copyright 2012 Eepohs OÜ
|
48 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
49 |
-
* @version Release 1.
|
50 |
* @link http://eepohs.com/
|
51 |
*
|
52 |
*/
|
46 |
* @author Eepohs OÜ <info@eepohs.com>
|
47 |
* @copyright 2012 Eepohs OÜ
|
48 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
49 |
+
* @version Release 1.4.0
|
50 |
* @link http://eepohs.com/
|
51 |
*
|
52 |
*/
|
app/design/frontend/base/default/template/eepohs/estpay/krediidipank.phtml
CHANGED
@@ -47,13 +47,13 @@
|
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
-
* @version Release: 1.
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
?>
|
54 |
<div class="payment_estpay_container payment_method_krediidipank">
|
55 |
-
<?php echo $this->getChildHtml('
|
56 |
-
<form id="GatewayForm" name="
|
57 |
<img src="<?php echo $this->getMethodLogoUrl(); ?>" class="payment-gateway-logo krediidipank_logo"/>
|
58 |
<?php foreach ($this->getFields() as $key => $value): ?>
|
59 |
<input type="hidden" name="<?php echo $key ?>" value="<?php echo $value ?>" />
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
+
* @version Release: 1.4.0
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
?>
|
54 |
<div class="payment_estpay_container payment_method_krediidipank">
|
55 |
+
<?php echo $this->getChildHtml('estpay_danske_description') ?>
|
56 |
+
<form id="GatewayForm" name="danske" action="<?php echo $this->getGatewayUrl() ?>" method="POST" target="_top">
|
57 |
<img src="<?php echo $this->getMethodLogoUrl(); ?>" class="payment-gateway-logo krediidipank_logo"/>
|
58 |
<?php foreach ($this->getFields() as $key => $value): ?>
|
59 |
<input type="hidden" name="<?php echo $key ?>" value="<?php echo $value ?>" />
|
app/design/frontend/base/default/template/eepohs/estpay/lhv.phtml
CHANGED
@@ -47,7 +47,7 @@
|
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
-
* @version Release: 1.
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
?>
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
+
* @version Release: 1.4.0
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
?>
|
app/design/frontend/base/default/template/eepohs/estpay/nordea.phtml
CHANGED
@@ -47,7 +47,7 @@
|
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
-
* @version Release: 1.
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
?>
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
+
* @version Release: 1.4.0
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
?>
|
app/design/frontend/base/default/template/eepohs/estpay/seb.phtml
CHANGED
@@ -47,7 +47,7 @@
|
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
-
* @version Release: 1.
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
?>
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
+
* @version Release: 1.4.0
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
?>
|
app/design/frontend/base/default/template/eepohs/estpay/swedbank.phtml
CHANGED
@@ -47,7 +47,7 @@
|
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
-
* @version Release: 1.
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
?>
|
47 |
* @author Eepohs OÜ <info@eepohs.com>
|
48 |
* @copyright 2012 Eepohs OÜ
|
49 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
50 |
+
* @version Release: 1.4.0
|
51 |
* @link http://eepohs.com/
|
52 |
*/
|
53 |
?>
|
app/etc/modules/Eepohs_Estpay.xml
CHANGED
@@ -48,7 +48,7 @@
|
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
-
* @version Release: 1.
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
-->
|
48 |
* @author Eepohs OÜ <info@eepohs.com>
|
49 |
* @copyright 2012 Eepohs OÜ
|
50 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
51 |
+
* @version Release: 1.4.0
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
-->
|
js/eepohs/estpay.js
CHANGED
@@ -46,7 +46,7 @@
|
|
46 |
* @author Eepohs OÜ <info@eepohs.com>
|
47 |
* @copyright 2012 Eepohs OÜ
|
48 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
49 |
-
* @version Release: 1.
|
50 |
* @link http://eepohs.com/
|
51 |
*/
|
52 |
Event.observe(window, 'load', function() {
|
46 |
* @author Eepohs OÜ <info@eepohs.com>
|
47 |
* @copyright 2012 Eepohs OÜ
|
48 |
* @license http://opensource.org/licenses/bsd-license.php BSDL
|
49 |
+
* @version Release: 1.4.0
|
50 |
* @link http://eepohs.com/
|
51 |
*/
|
52 |
Event.observe(window, 'load', function() {
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>estpay</name>
|
4 |
-
<version>1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="www.opensource.org/licenses/bsd-license.php">BSDL</license>
|
7 |
<channel>community</channel>
|
@@ -10,16 +10,19 @@
|
|
10 |
<description>EstPay by Eepohs features support for the following payment gateways/banks in Estonia:
|
11 |
Swedbank
|
12 |
SEB
|
13 |
-
|
14 |
Krediidipank
|
15 |
LHV
|
16 |
Nordea
|
17 |
NETS (EstCard)</description>
|
18 |
-
<notes>
|
|
|
|
|
|
|
19 |
<authors><author><name>Eepohs</name><user>eepohs</user><email>info@eepohs.com</email></author><author><name>Tanel Raja</name><user>pronto</user><email>tanel.raja@eepohs.com</email></author><author><name>Sven Varkel</name><user>svenvarkel</user><email>sven.varkel@eepohs.com</email></author><author><name>Jaanus Vapper</name><user>hullkuri</user><email>hullkuri@gmail.com</email></author></authors>
|
20 |
-
<date>2012-11-
|
21 |
-
<time>
|
22 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Eepohs_Estpay.xml" hash="
|
23 |
<compatible/>
|
24 |
<dependencies><required><php><min>5.3.0</min><max>6.0.0</max></php></required></dependencies>
|
25 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>estpay</name>
|
4 |
+
<version>1.4.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="www.opensource.org/licenses/bsd-license.php">BSDL</license>
|
7 |
<channel>community</channel>
|
10 |
<description>EstPay by Eepohs features support for the following payment gateways/banks in Estonia:
|
11 |
Swedbank
|
12 |
SEB
|
13 |
+
DanskeBank
|
14 |
Krediidipank
|
15 |
LHV
|
16 |
Nordea
|
17 |
NETS (EstCard)</description>
|
18 |
+
<notes>This version adds support for Danske Bank
|
19 |
+
- Support for Danske Bank
|
20 |
+
- SampoPank is removed
|
21 |
+
- UI fix in the backend regarding Eepohs logo display with different themes</notes>
|
22 |
<authors><author><name>Eepohs</name><user>eepohs</user><email>info@eepohs.com</email></author><author><name>Tanel Raja</name><user>pronto</user><email>tanel.raja@eepohs.com</email></author><author><name>Sven Varkel</name><user>svenvarkel</user><email>sven.varkel@eepohs.com</email></author><author><name>Jaanus Vapper</name><user>hullkuri</user><email>hullkuri@gmail.com</email></author></authors>
|
23 |
+
<date>2012-11-14</date>
|
24 |
+
<time>14:51:51</time>
|
25 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Eepohs_Estpay.xml" hash="e548c2f9220bf6ee3d78bfa2ade26d4a"/></dir></target><target name="magecommunity"><dir name="Eepohs"><dir name="Estpay"><dir><dir name="Block"><file name="Abstract.php" hash="9b32e7dc13fa2b6532b8444a929884d7"/><dir name="Adminhtml"><file name="Initjs.php" hash="b3d06680f939a4de461b6e3932aedc65"/></dir><file name="Danske.php" hash="8c62afa9115d35422fc0a1d1a453f0dd"/><file name="Estcard.php" hash="2891f7c7300062b06ac568518fd0557d"/><file name="IPizza.php" hash="6a347a48d88f56de122b02645969f08a"/><file name="Info.php" hash="d0612892e217aa7ca71b1081f0909efb"/><file name="Krediidipank.php" hash="d27dfb21ce447375c18ecf0a8fde0851"/><file name="Lhv.php" hash="5de5966df16b70534a640f2cc0924ad5"/><file name="Nordea.php" hash="cc38cb2e45c44b80dc655b56eebd4f3d"/><file name="Seb.php" hash="63d31d78510394fd6186bc87ac1776c2"/><file name="Swedbank.php" hash="ace3a7d2735707997f5b4f46f1d3a687"/></dir><dir name="Controller"><file name="Abstract.php" hash="b56dd0d7bad940f144f7d483ccdd787d"/></dir><dir name="Helper"><file name="Data.php" hash="3d60c03e5b5487bb4c53940f122e09a7"/></dir><dir name="Model"><file name="Abstract.php" hash="c7c2d73727fae206cfe8efa443128691"/><file name="Danske.php" hash="d753c2c747a530bee24ccbf7f2a40784"/><file name="Estcard.php" hash="d65e59bec77465bd6d3b9495a0ce5fb1"/><file name="IPizza.php" hash="8b1674aab7cc3c99c53b3e08c905cf37"/><file name="Krediidipank.php" hash="b26b917b6fb95d80fba75a09336a04de"/><file name="Lhv.php" hash="c31ef557f7cd4dc33ddbe2c03e569830"/><file name="Nordea.php" hash="6c87e18a00251bfb9d39272808645693"/><file name="Seb.php" hash="93e1f8a53c34e37e26a99e733afe3647"/><file name="Swedbank.php" hash="bfc62ac832ed7b4e7eb49560b9fcc2f2"/></dir><dir name="controllers"><file name="DanskeController.php" hash="710a3aa0cc9b73efff40c64861698b56"/><file name="EstcardController.php" hash="5790514dc5cb74760551b77ab3255155"/><file name="KrediidipankController.php" hash="67914def952185f5ea5a15fd5ab85575"/><file name="LhvController.php" hash="681ceb8bee68ed10e1a67ea5b75d2da8"/><file name="NordeaController.php" hash="f9f862c1de7f97cb091fd9a76212220c"/><file name="SebController.php" hash="8fcf19170a345fa432753c639a5634c0"/><file name="SwedbankController.php" hash="8f1a30262402fc9882be66033998a35e"/></dir><dir name="etc"><file name="config.xml" hash="0641fccbe706d6a987b255b4a619f6c1"/><file name="system.xml" hash="f12a2ece52457d6abd2f256bbbd15f91"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="eepohs"><dir><dir name="estpay"><file name="eepohs_logo_small.png" hash="02f9bbc63353de450a4251032696b771"/><file name="eepohs_logo_x40px.png" hash="f224808ff96cb44bf2ca175606d08140"/></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="images"><dir name="eepohs"><dir name="estpay"><file name="danske_logo_88x31.gif" hash="32ca890ec2888596ad6644e1d1ea22d2"/><file name="estcard_logo_120x31.gif" hash="61ba903f860fdd8fa43f38d3f579fcdc"/><file name="krediidipank_logo_88x31.gif" hash="d4fe2e6bf5161b19a4a05185d4bfbb43"/><file name="lhv_logo_120x60.png" hash="197fbb4fa075144b00bb9ea8e72314a1"/><file name="lhv_logo_88x31.png" hash="6e824143ac44b64901dfcb8015362259"/><file name="nordea_logo_88x31.gif" hash="e519ba2ceb26c4f28e913a6f93a6041d"/><file name="sampo_logo_88x31.gif" hash="c4e1a434cadffa75481dd3afea813c01"/><file name="seb_logo_88x31.gif" hash="cad693371f8e2373fd29db412e26ec12"/><file name="swedbank_logo_220x31_eng.png" hash="d426e1adaa59fa0cbf315786631f122d"/><file name="swedbank_logo_220x31_est.png" hash="4c46c36d136e16bc66be16d005ff0ad4"/><file name="swedbank_logo_220x31_rus.png" hash="ec799492da209f8502fddc50ef4eeb30"/><file name="swedbank_logo_88x31.gif" hash="c645adcc9fff6c4edd8eef444234e7b6"/></dir></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="eepohs"><file name="estpay.xml" hash="b32c2dc66e7df0a1cb7dcd65a27a099f"/></dir></dir><dir name="template"><dir name="eepohs"><dir name="estpay"><file name="danske.phtml" hash="37c126659c9be441dc2ebcecce1e2264"/><file name="estcard.phtml" hash="424013ff9d79876a5611f0d26aec6bb5"/><file name="info.phtml" hash="bf34bfaea0d307766949acab94843fca"/><file name="krediidipank.phtml" hash="f46123e48c28449f36a293f5e76fe3a3"/><file name="lhv.phtml" hash="378a90fea3f7646aa12f7611b5915891"/><file name="nordea.phtml" hash="5b040334137b391a36dc10109d8563f6"/><file name="seb.phtml" hash="eb9895f7b23f01789d749a3c50ec748d"/><file name="swedbank.phtml" hash="25c49a640b507d91d03f3e1db6dcce8b"/></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><dir name="eepohs"><file name="estpay.xml" hash="7480968a117f5e8e8d084b7b80ba57dc"/></dir></dir><dir name="template"><dir name="eepohs"><dir name="estpay"><file name="initjs.phtml" hash="da0b863f4a45d8cf9639da8776db3791"/></dir></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="et_EE"><file name="Eepohs_Estpay.csv" hash="61dbb2ea54f163e377a2de1e3ad05f63"/></dir><dir name="en_US"><file name="Eepohs_Estpay.csv" hash="9cbd3ab267115477caa7f51d6a1197d9"/></dir></target><target name="mageweb"><dir name="js"><dir name="eepohs"><file name="estpay.js" hash="347521967f28e79852ebe604dea0c822"/></dir></dir></target></contents>
|
26 |
<compatible/>
|
27 |
<dependencies><required><php><min>5.3.0</min><max>6.0.0</max></php></required></dependencies>
|
28 |
</package>
|
skin/frontend/base/default/images/eepohs/estpay/danske_logo_88x31.gif
ADDED
Binary file
|