estpay - Version 1.4.0

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

Files changed (46) hide show
  1. app/code/community/Eepohs/Estpay/Block/Abstract.php +1 -1
  2. app/code/community/Eepohs/Estpay/Block/Adminhtml/Initjs.php +1 -1
  3. app/code/community/Eepohs/Estpay/Block/{Sampo.php → Danske.php} +6 -6
  4. app/code/community/Eepohs/Estpay/Block/Estcard.php +1 -1
  5. app/code/community/Eepohs/Estpay/Block/IPizza.php +1 -1
  6. app/code/community/Eepohs/Estpay/Block/Info.php +1 -1
  7. app/code/community/Eepohs/Estpay/Block/Krediidipank.php +1 -1
  8. app/code/community/Eepohs/Estpay/Block/Lhv.php +1 -1
  9. app/code/community/Eepohs/Estpay/Block/Nordea.php +1 -1
  10. app/code/community/Eepohs/Estpay/Block/Seb.php +1 -1
  11. app/code/community/Eepohs/Estpay/Block/Swedbank.php +1 -1
  12. app/code/community/Eepohs/Estpay/Controller/Abstract.php +1 -1
  13. app/code/community/Eepohs/Estpay/Helper/Data.php +1 -1
  14. app/code/community/Eepohs/Estpay/Model/Abstract.php +1 -1
  15. app/code/community/Eepohs/Estpay/Model/{Sampo.php → Danske.php} +7 -7
  16. app/code/community/Eepohs/Estpay/Model/Estcard.php +1 -1
  17. app/code/community/Eepohs/Estpay/Model/IPizza.php +1 -1
  18. app/code/community/Eepohs/Estpay/Model/Krediidipank.php +1 -1
  19. app/code/community/Eepohs/Estpay/Model/Lhv.php +1 -1
  20. app/code/community/Eepohs/Estpay/Model/Nordea.php +1 -1
  21. app/code/community/Eepohs/Estpay/Model/Seb.php +1 -1
  22. app/code/community/Eepohs/Estpay/Model/Swedbank.php +1 -1
  23. app/code/community/Eepohs/Estpay/controllers/{SampoController.php → DanskeController.php} +6 -6
  24. app/code/community/Eepohs/Estpay/controllers/EstcardController.php +1 -1
  25. app/code/community/Eepohs/Estpay/controllers/KrediidipankController.php +1 -1
  26. app/code/community/Eepohs/Estpay/controllers/LhvController.php +1 -1
  27. app/code/community/Eepohs/Estpay/controllers/NordeaController.php +1 -1
  28. app/code/community/Eepohs/Estpay/controllers/SebController.php +1 -1
  29. app/code/community/Eepohs/Estpay/controllers/SwedbankController.php +1 -1
  30. app/code/community/Eepohs/Estpay/etc/config.xml +7 -7
  31. app/code/community/Eepohs/Estpay/etc/system.xml +4 -4
  32. app/design/adminhtml/default/default/layout/eepohs/estpay.xml +1 -1
  33. app/design/adminhtml/default/default/template/eepohs/estpay/initjs.phtml +5 -5
  34. app/design/frontend/base/default/layout/eepohs/estpay.xml +6 -6
  35. app/design/frontend/base/default/template/eepohs/estpay/{sampo.phtml → danske.phtml} +7 -7
  36. app/design/frontend/base/default/template/eepohs/estpay/estcard.phtml +1 -1
  37. app/design/frontend/base/default/template/eepohs/estpay/info.phtml +1 -1
  38. app/design/frontend/base/default/template/eepohs/estpay/krediidipank.phtml +3 -3
  39. app/design/frontend/base/default/template/eepohs/estpay/lhv.phtml +1 -1
  40. app/design/frontend/base/default/template/eepohs/estpay/nordea.phtml +1 -1
  41. app/design/frontend/base/default/template/eepohs/estpay/seb.phtml +1 -1
  42. app/design/frontend/base/default/template/eepohs/estpay/swedbank.phtml +1 -1
  43. app/etc/modules/Eepohs_Estpay.xml +1 -1
  44. js/eepohs/estpay.js +1 -1
  45. package.xml +9 -6
  46. 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.3.2.3
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.3.2.3
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
- * Sampo.php
5
  *
6
  * PHP version 5
7
  *
@@ -14,7 +14,7 @@
14
  */
15
 
16
  /**
17
- * SampoPank 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,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.3.2.3
52
  * @link http://eepohs.com/
53
  */
54
- class Eepohs_Estpay_Block_Sampo extends Eepohs_Estpay_Block_IPizza
55
  {
56
 
57
- protected $_code = 'eepohs_sampo';
58
- protected $_gateway = 'sampo';
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.3.2.3
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.3.2.3
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.3.2.3
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.3.2.3
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.3.2.3
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.3.2.3
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.3.2.3
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.3.2.3
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.3.2.3
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.3.2.3
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.3.2.3
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
- * Sampo.php
4
  *
5
  * PHP version 5
6
  *
@@ -13,7 +13,7 @@
13
  */
14
 
15
  /**
16
- * SampoPank 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,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.3.2.3
51
  * @link http://eepohs.com/
52
  */
53
- class Eepohs_Estpay_Model_Sampo extends Eepohs_Estpay_Model_IPizza
54
  {
55
 
56
- protected $_code = 'eepohs_sampo';
57
- protected $_formBlockType = 'estpay/sampo';
58
- protected $_gateway = 'sampo';
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.3.2.3
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.3.2.3
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.3.2.3
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.3.2.3
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.3.2.3
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.3.2.3
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.3.2.3
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
- * SampoController.php
4
  *
5
  * PHP version 5
6
  *
@@ -13,7 +13,7 @@
13
  */
14
 
15
  /**
16
- * Controller for SampoPank 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,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.3.2.3
51
  * @link http://eepohs.com/
52
  */
53
- class Eepohs_Estpay_SampoController extends Eepohs_Estpay_Controller_Abstract
54
  {
55
 
56
- protected $_model = 'estpay/sampo';
57
- protected $_code = 'eepohs_sampo';
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.3.2.3
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.3.2.3
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.3.2.3
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.3.2.3
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.3.2.3
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.3.2.3
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.3.2.3
52
  * @link http://eepohs.com/
53
  */
54
  -->
55
  <config>
56
  <modules>
57
  <Eepohs_Estpay>
58
- <version>1.3.2.3</version>
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
- <eepohs_sampo>
187
  <active>0</active>
188
- <title>Sampo</title>
189
  <order_status>pending</order_status>
190
- <gateway_url>https://www2.sampopank.ee/ibank/pizza/pizza</gateway_url>
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/sampo</model>
199
  <payment_action>authorize</payment_action>
200
- </eepohs_sampo>
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.3.2.3
52
  * @link http://eepohs.com/
53
  */
54
  -->
@@ -361,8 +361,8 @@
361
  </sort_order>
362
  </fields>
363
  </eepohs_swedbank>
364
- <eepohs_sampo translate="label" module="estpay">
365
- <label>Sampo</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
- </eepohs_sampo>
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.3.2.3
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.3.2.3
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', 'payment_eepohs_sampo-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_sampo-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_sampo', 'payment_eepohs_estcard', 'payment_eepohs_lhv']);
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.3.2.3
52
  * @link http://eepohs.com/
53
  *
54
  */
@@ -87,17 +87,17 @@
87
  </block>
88
  </reference>
89
  </estpay_swedbank_redirect>
90
- <estpay_sampo_redirect>
91
  <reference name="content">
92
- <block type="estpay/sampo" name="estpay_sampo" template="eepohs/estpay/sampo.phtml">
93
- <block type="cms/block" name="estpay_sampo_description">
94
  <action method="setBlockId">
95
- <block_id>estpay_sampo_description</block_id>
96
  </action>
97
  </block>
98
  </block>
99
  </reference>
100
- </estpay_sampo_redirect>
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
- * sampo.phtml
4
  *
5
  * PHP version 5
6
  *
@@ -13,7 +13,7 @@
13
  */
14
 
15
  /**
16
- * Sampo 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,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.3.2.3
51
  * @link http://eepohs.com/
52
  */
53
  ?>
54
- <div class="payment_estpay_container payment_method_sampo">
55
- <?php echo $this->getChildHtml('estpay_sampo_description') ?>
56
- <form id="GatewayForm" name="sampo" action="<?php echo $this->getGatewayUrl() ?>" method="POST" target="_top">
57
- <img src="<?php echo $this->getMethodLogoUrl(); ?>" class="payment-gateway-logo sampo_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.3.2.3
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.3.2.3
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.3.2.3
51
  * @link http://eepohs.com/
52
  */
53
  ?>
54
  <div class="payment_estpay_container payment_method_krediidipank">
55
- <?php echo $this->getChildHtml('estpay_sampo_description') ?>
56
- <form id="GatewayForm" name="sampo" 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 ?>" />
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.3.2.3
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.3.2.3
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.3.2.3
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.3.2.3
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.3.2.3
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.3.2.3
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.3.2.3</version>
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:&#xD;
11
  Swedbank&#xD;
12
  SEB&#xD;
13
- SampoPank&#xD;
14
  Krediidipank&#xD;
15
  LHV&#xD;
16
  Nordea&#xD;
17
  NETS (EstCard)</description>
18
- <notes>Fixed adminhtml JS and image path</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-07</date>
21
- <time>16:29:48</time>
22
- <contents><target name="mageetc"><dir name="modules"><file name="Eepohs_Estpay.xml" hash="37eda5090cdafda5333c07bc9331aaac"/></dir></target><target name="magecommunity"><dir name="Eepohs"><dir name="Estpay"><dir><dir name="Block"><file name="Abstract.php" hash="416a292e6ac8b91986069e0684f9afa0"/><dir name="Adminhtml"><file name="Initjs.php" hash="441101977095b9c4b47e86e1a2aa6b2f"/></dir><file name="Estcard.php" hash="5f85a209f324723b21e0836b41947fc9"/><file name="IPizza.php" hash="30f6ba464c5e900698f45545e3291032"/><file name="Info.php" hash="b14f5ae6f627bd64aca871ae6d0a2655"/><file name="Krediidipank.php" hash="fdf8eb5ca90cc805cf3ac6f072579cb2"/><file name="Lhv.php" hash="125b4b8f91c9867b9c292b5068da3eff"/><file name="Nordea.php" hash="72c60040c71dc52452369633b4107e33"/><file name="Sampo.php" hash="5131aec0e5f87f8ac6216b54f818e09a"/><file name="Seb.php" hash="7060e8ddabdc0111603383db35b5b7c9"/><file name="Swedbank.php" hash="9ed6714ef304669e1330f707365081f7"/></dir><dir name="Controller"><file name="Abstract.php" hash="95413bad3ed5e2b391f10a7d96a0c1be"/></dir><dir name="Helper"><file name="Data.php" hash="81577d7f4da21862c6ef9f08d99777df"/></dir><dir name="Model"><file name="Abstract.php" hash="187994849af9c37a590baf4c71be7240"/><file name="Estcard.php" hash="c10eeb3670b1dabad5f5ad9ef19dadc2"/><file name="IPizza.php" hash="0c33e8e9dda2da63b5218f77c9f8b33e"/><file name="Krediidipank.php" hash="756f1e928dc88f4f088bcea9db3e7b6d"/><file name="Lhv.php" hash="1e4f2eb4d4ed4ea85f47efef0d9573e6"/><file name="Nordea.php" hash="6b93ed173bccce6851884c4d48a09a94"/><file name="Sampo.php" hash="971f35506e78c14aa4c28eeccc54c842"/><file name="Seb.php" hash="c9b297d1106921cb0917c7522423251e"/><file name="Swedbank.php" hash="b7f88fff2ad9a04c9d9dfbfde0ece030"/></dir><dir name="controllers"><file name="EstcardController.php" hash="4495beedcfc1cabfc879844ee91e7920"/><file name="KrediidipankController.php" hash="5e17efa4d47f6f106748c9f20415bb7c"/><file name="LhvController.php" hash="073b500a8730831c62850372bda0d56d"/><file name="NordeaController.php" hash="5eac502af107fd91fc8ee776fbce8e28"/><file name="SampoController.php" hash="40f9658af0b95f1a1a105e922d2edda0"/><file name="SebController.php" hash="abad9362bce1cde38987784c7d9f85b4"/><file name="SwedbankController.php" hash="94cb94c4202d6b5ffda3a86e243ba6ce"/></dir><dir name="etc"><file name="config.xml" hash="e4d22b13a58a048bc2dd45bcc3e64c07"/><file name="system.xml" hash="b9c656821bacd67662de1bb41c7b88ad"/></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="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="cc759cfc9d0b3ec6e55b419e51d17c92"/></dir></dir><dir name="template"><dir name="eepohs"><dir name="estpay"><file name="estcard.phtml" hash="85a55283853f150d7ff728219f96d96d"/><file name="info.phtml" hash="b559c5c2ffcd3b20f74e1626411d736d"/><file name="krediidipank.phtml" hash="db868a4b2d084be3c3e2bbecc53f49b7"/><file name="lhv.phtml" hash="aac4f71ecbef8e7e56d16057c97de6a5"/><file name="nordea.phtml" hash="ed16637384c9f460fb624ff79f8691d5"/><file name="sampo.phtml" hash="3f8616237245126305a78f55ea9d3f32"/><file name="seb.phtml" hash="400df93fbb755cd0832eb444454fc0e4"/><file name="swedbank.phtml" hash="c371d59b180812aaf6e74f20a7aceea3"/></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="1cb28e973e210ee4df5ef22f3c318a0e"/></dir></dir><dir name="template"><dir name="eepohs"><dir name="estpay"><file name="initjs.phtml" hash="7d5b0fbaab8e0d29d69fa6c9e5cf1d77"/></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="d244626c13789ea77c47bc0f60572ed0"/></dir></dir></target></contents>
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:&#xD;
11
  Swedbank&#xD;
12
  SEB&#xD;
13
+ DanskeBank&#xD;
14
  Krediidipank&#xD;
15
  LHV&#xD;
16
  Nordea&#xD;
17
  NETS (EstCard)</description>
18
+ <notes>This version adds support for Danske Bank&#xD;
19
+ - Support for Danske Bank&#xD;
20
+ - SampoPank is removed&#xD;
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