estpay - Version 1.3.2.3

Version Notes

Fixed adminhtml JS and image path

Download this release

Release Info

Developer Multon
Extension estpay
Version 1.3.2.3
Comparing to
See all releases


Code changes from version 1.3.2.2 to 1.3.2.3

Files changed (45) 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/Estcard.php +1 -1
  4. app/code/community/Eepohs/Estpay/Block/IPizza.php +1 -1
  5. app/code/community/Eepohs/Estpay/Block/Info.php +1 -1
  6. app/code/community/Eepohs/Estpay/Block/Krediidipank.php +1 -1
  7. app/code/community/Eepohs/Estpay/Block/Lhv.php +1 -1
  8. app/code/community/Eepohs/Estpay/Block/Nordea.php +1 -1
  9. app/code/community/Eepohs/Estpay/Block/Sampo.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/Estcard.php +1 -1
  16. app/code/community/Eepohs/Estpay/Model/IPizza.php +1 -1
  17. app/code/community/Eepohs/Estpay/Model/Krediidipank.php +1 -1
  18. app/code/community/Eepohs/Estpay/Model/Lhv.php +1 -1
  19. app/code/community/Eepohs/Estpay/Model/Nordea.php +1 -1
  20. app/code/community/Eepohs/Estpay/Model/Sampo.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/EstcardController.php +1 -1
  24. app/code/community/Eepohs/Estpay/controllers/KrediidipankController.php +1 -1
  25. app/code/community/Eepohs/Estpay/controllers/LhvController.php +1 -1
  26. app/code/community/Eepohs/Estpay/controllers/NordeaController.php +1 -1
  27. app/code/community/Eepohs/Estpay/controllers/SampoController.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 +2 -2
  31. app/code/community/Eepohs/Estpay/etc/system.xml +1 -1
  32. app/design/adminhtml/default/default/layout/eepohs/estpay.xml +1 -1
  33. app/design/adminhtml/default/default/template/eepohs/estpay/initjs.phtml +2 -2
  34. app/design/frontend/base/default/layout/eepohs/estpay.xml +1 -1
  35. app/design/frontend/base/default/template/eepohs/estpay/estcard.phtml +1 -1
  36. app/design/frontend/base/default/template/eepohs/estpay/info.phtml +1 -1
  37. app/design/frontend/base/default/template/eepohs/estpay/krediidipank.phtml +1 -1
  38. app/design/frontend/base/default/template/eepohs/estpay/lhv.phtml +1 -1
  39. app/design/frontend/base/default/template/eepohs/estpay/nordea.phtml +1 -1
  40. app/design/frontend/base/default/template/eepohs/estpay/sampo.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 +4 -4
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.2
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.3.2.3
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.2
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.3.2.3
52
  * @link http://eepohs.com/
53
  */
54
  class Eepohs_Estpay_Block_Adminhtml_Initjs extends Mage_Adminhtml_Block_Template
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.2
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.3.2.3
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.2
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.3.2.3
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.2
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.3.2.3
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.2
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.3.2.3
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.2
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.3.2.3
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.2
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.3.2.3
52
  * @link http://eepohs.com/
53
  */
54
  class Eepohs_Estpay_Block_Nordea extends Eepohs_Estpay_Block_Abstract
app/code/community/Eepohs/Estpay/Block/Sampo.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.2
52
  * @link http://eepohs.com/
53
  */
54
  class Eepohs_Estpay_Block_Sampo 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.3.2.3
52
  * @link http://eepohs.com/
53
  */
54
  class Eepohs_Estpay_Block_Sampo extends Eepohs_Estpay_Block_IPizza
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.2
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.3.2.3
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.2
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.3.2.3
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.2
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.3.2.3
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.2
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.3.2.3
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.2
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.3.2.3
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/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.2
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.3.2.3
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.2
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.3.2.3
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.2
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.3.2.3
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.2
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.3.2.3
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.2
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.3.2.3
52
  * @link http://eepohs.com/
53
  */
54
  class Eepohs_Estpay_Model_Nordea extends Eepohs_Estpay_Model_Abstract
app/code/community/Eepohs/Estpay/Model/Sampo.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.2
51
  * @link http://eepohs.com/
52
  */
53
  class Eepohs_Estpay_Model_Sampo 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.3.2.3
51
  * @link http://eepohs.com/
52
  */
53
  class Eepohs_Estpay_Model_Sampo extends Eepohs_Estpay_Model_IPizza
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.2
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.3.2.3
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.2
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.3.2.3
51
  * @link http://eepohs.com/
52
  */
53
  class Eepohs_Estpay_Model_Swedbank extends Eepohs_Estpay_Model_IPizza
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.2
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.3.2.3
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.2
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.3.2.3
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.2
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.3.2.3
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.2
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.3.2.3
51
  * @link http://eepohs.com/
52
  */
53
  class Eepohs_Estpay_NordeaController extends Eepohs_Estpay_Controller_Abstract
app/code/community/Eepohs/Estpay/controllers/SampoController.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.2
51
  * @link http://eepohs.com/
52
  */
53
  class Eepohs_Estpay_SampoController 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.3.2.3
51
  * @link http://eepohs.com/
52
  */
53
  class Eepohs_Estpay_SampoController 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.2
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.3.2.3
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.2
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.3.2.3
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.2
52
  * @link http://eepohs.com/
53
  */
54
  -->
55
  <config>
56
  <modules>
57
  <Eepohs_Estpay>
58
- <version>1.3.2.2</version>
59
  </Eepohs_Estpay>
60
  </modules>
61
  <global>
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>
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.2
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.3.2.3
52
  * @link http://eepohs.com/
53
  */
54
  -->
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.2
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.3.2.3
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.2
38
  * @author Eepohs OÜ
39
  * @copyright 2012 Eepohs OÜ http://www.eepohs.com/
40
  *
@@ -57,7 +57,7 @@
57
  </style>
58
  <script type="text/javascript">
59
  //<![CDATA[
60
- var EEPOHS_SKIN_URL = '<?php echo Mage::getDesign()->getSkinUrl('/',array('_area'=>'backend'));?>';
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']);
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
  </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']);
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.2
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.3.2.3
52
  * @link http://eepohs.com/
53
  *
54
  */
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.2
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.3.2.3
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.2
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.3.2.3
50
  * @link http://eepohs.com/
51
  *
52
  */
app/design/frontend/base/default/template/eepohs/estpay/krediidipank.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.2
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.3.2.3
51
  * @link http://eepohs.com/
52
  */
53
  ?>
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.2
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.3.2.3
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.2
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.3.2.3
51
  * @link http://eepohs.com/
52
  */
53
  ?>
app/design/frontend/base/default/template/eepohs/estpay/sampo.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.2
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.3.2.3
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.2
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.3.2.3
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.2
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.3.2.3
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.2
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.3.2.3
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.2
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.3.2.3
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.2</version>
5
  <stability>stable</stability>
6
  <license uri="www.opensource.org/licenses/bsd-license.php">BSDL</license>
7
  <channel>community</channel>
@@ -15,11 +15,11 @@ Krediidipank&#xD;
15
  LHV&#xD;
16
  Nordea&#xD;
17
  NETS (EstCard)</description>
18
- <notes>Possible creation of double invoices has been fixed in this release.</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:13:58</time>
22
- <contents><target name="mageetc"><dir name="modules"><file name="Eepohs_Estpay.xml" hash="b524f32fc785f8b4b96f2e6e57f02df1"/></dir></target><target name="magecommunity"><dir name="Eepohs"><dir name="Estpay"><dir><dir name="Block"><file name="Abstract.php" hash="b6d2a37105b1bfff82cb02e568df83f9"/><dir name="Adminhtml"><file name="Initjs.php" hash="bebe3ab2772429b943b805942a40d7be"/></dir><file name="Estcard.php" hash="94f1fb61a9a3399751d68856be7e9572"/><file name="IPizza.php" hash="59e480d5fc369b9b53dd64a368c9c332"/><file name="Info.php" hash="f3f3974ff0dad5607f1e1b9e465f920a"/><file name="Krediidipank.php" hash="ed903b9b5b2e239f45329e292b5f4f0a"/><file name="Lhv.php" hash="0216a3c093a87920a7195e049929c065"/><file name="Nordea.php" hash="ab985387430338121610fc4ce3f4b3a3"/><file name="Sampo.php" hash="841a6a58fecc9c23a13d9a9abe3795a5"/><file name="Seb.php" hash="c683a87bbcb6bd866ee92155c79062d3"/><file name="Swedbank.php" hash="138d69adcd7f5dcc49ae46780144c16e"/></dir><dir name="Controller"><file name="Abstract.php" hash="c90bd17f37b42d226c1103935ee2d9a1"/></dir><dir name="Helper"><file name="Data.php" hash="0aa39e4c468fa235ed847fc3422e4bea"/></dir><dir name="Model"><file name="Abstract.php" hash="b6cf9e51024d925ee8994b3225ee97e2"/><file name="Estcard.php" hash="f49c1afd02225ab9fd98ea0bbf461322"/><file name="IPizza.php" hash="0ba717867f0eea90341b665cc33f4809"/><file name="Krediidipank.php" hash="cca97268880316864e498188fc3ed0c5"/><file name="Lhv.php" hash="93c2491114144ee908cd87abdd3c2fb9"/><file name="Nordea.php" hash="1580f124b881abc0eab0897bad06f36f"/><file name="Sampo.php" hash="4485561dc2c4c50ea3f288fcb9835f77"/><file name="Seb.php" hash="8d8b6e19f7398dea22d081c05474f3e9"/><file name="Swedbank.php" hash="4f069d6c72619ae83341b08053d782c9"/></dir><dir name="controllers"><file name="EstcardController.php" hash="a91a9f864974238383a4c2c6bbd60026"/><file name="KrediidipankController.php" hash="d0c7fe88ef36e358c7ffb72e9e86521e"/><file name="LhvController.php" hash="8de38799e5458cc8bc2ab5427de7ffe7"/><file name="NordeaController.php" hash="177b9e176647c0450ba37726a1c2c2c8"/><file name="SampoController.php" hash="81199c55c2b1ef1acbe08b1e12f1ff10"/><file name="SebController.php" hash="0250184f49b131cd7aa32c340f61f773"/><file name="SwedbankController.php" hash="accb0e1756357a4979ac9f9bce6006bd"/></dir><dir name="etc"><file name="config.xml" hash="6083887754b39297275697d91153617b"/><file name="system.xml" hash="8b45a90da0b1113b8a6077c8a54c6f61"/></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="9633e2abbeb07d0bcbf01c24bff4bb82"/></dir></dir><dir name="template"><dir name="eepohs"><dir name="estpay"><file name="estcard.phtml" hash="6b3c6e0cc5c2a4384d563b20c0103ea8"/><file name="info.phtml" hash="a0c3dc7d141e496ab7e9ae0b2be8735b"/><file name="krediidipank.phtml" hash="babed7ba9b4a688777505e9e7dcb2e6b"/><file name="lhv.phtml" hash="c150ad85e214ac58196f0065fb55e9f7"/><file name="nordea.phtml" hash="e5bf1533987af2c83135764f15070005"/><file name="sampo.phtml" hash="4cc0dbbe01735c313ba93626d8c4538c"/><file name="seb.phtml" hash="86695b2e55512c4cb60cec01f47e245c"/><file name="swedbank.phtml" hash="70d6087ee05bcd916b81c0ee07284785"/></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="37e7a8478938509037cecec45ffeb749"/></dir></dir><dir name="template"><dir name="eepohs"><dir name="estpay"><file name="initjs.phtml" hash="384c07e2f01af322c41af1f7306c24e5"/></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="21a309fb669c82fc3192dba23171165c"/></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.3.2.3</version>
5
  <stability>stable</stability>
6
  <license uri="www.opensource.org/licenses/bsd-license.php">BSDL</license>
7
  <channel>community</channel>
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>