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
- app/code/community/Eepohs/Estpay/Block/Abstract.php +1 -1
- app/code/community/Eepohs/Estpay/Block/Adminhtml/Initjs.php +1 -1
- app/code/community/Eepohs/Estpay/Block/Estcard.php +1 -1
- app/code/community/Eepohs/Estpay/Block/IPizza.php +1 -1
- app/code/community/Eepohs/Estpay/Block/Info.php +1 -1
- app/code/community/Eepohs/Estpay/Block/Krediidipank.php +1 -1
- app/code/community/Eepohs/Estpay/Block/Lhv.php +1 -1
- app/code/community/Eepohs/Estpay/Block/Nordea.php +1 -1
- app/code/community/Eepohs/Estpay/Block/Sampo.php +1 -1
- app/code/community/Eepohs/Estpay/Block/Seb.php +1 -1
- app/code/community/Eepohs/Estpay/Block/Swedbank.php +1 -1
- app/code/community/Eepohs/Estpay/Controller/Abstract.php +1 -1
- app/code/community/Eepohs/Estpay/Helper/Data.php +1 -1
- app/code/community/Eepohs/Estpay/Model/Abstract.php +1 -1
- app/code/community/Eepohs/Estpay/Model/Estcard.php +1 -1
- app/code/community/Eepohs/Estpay/Model/IPizza.php +1 -1
- app/code/community/Eepohs/Estpay/Model/Krediidipank.php +1 -1
- app/code/community/Eepohs/Estpay/Model/Lhv.php +1 -1
- app/code/community/Eepohs/Estpay/Model/Nordea.php +1 -1
- app/code/community/Eepohs/Estpay/Model/Sampo.php +1 -1
- app/code/community/Eepohs/Estpay/Model/Seb.php +1 -1
- app/code/community/Eepohs/Estpay/Model/Swedbank.php +1 -1
- app/code/community/Eepohs/Estpay/controllers/EstcardController.php +1 -1
- app/code/community/Eepohs/Estpay/controllers/KrediidipankController.php +1 -1
- app/code/community/Eepohs/Estpay/controllers/LhvController.php +1 -1
- app/code/community/Eepohs/Estpay/controllers/NordeaController.php +1 -1
- app/code/community/Eepohs/Estpay/controllers/SampoController.php +1 -1
- app/code/community/Eepohs/Estpay/controllers/SebController.php +1 -1
- app/code/community/Eepohs/Estpay/controllers/SwedbankController.php +1 -1
- app/code/community/Eepohs/Estpay/etc/config.xml +2 -2
- app/code/community/Eepohs/Estpay/etc/system.xml +1 -1
- app/design/adminhtml/default/default/layout/eepohs/estpay.xml +1 -1
- app/design/adminhtml/default/default/template/eepohs/estpay/initjs.phtml +2 -2
- app/design/frontend/base/default/layout/eepohs/estpay.xml +1 -1
- app/design/frontend/base/default/template/eepohs/estpay/estcard.phtml +1 -1
- app/design/frontend/base/default/template/eepohs/estpay/info.phtml +1 -1
- app/design/frontend/base/default/template/eepohs/estpay/krediidipank.phtml +1 -1
- app/design/frontend/base/default/template/eepohs/estpay/lhv.phtml +1 -1
- app/design/frontend/base/default/template/eepohs/estpay/nordea.phtml +1 -1
- app/design/frontend/base/default/template/eepohs/estpay/sampo.phtml +1 -1
- app/design/frontend/base/default/template/eepohs/estpay/seb.phtml +1 -1
- app/design/frontend/base/default/template/eepohs/estpay/swedbank.phtml +1 -1
- app/etc/modules/Eepohs_Estpay.xml +1 -1
- js/eepohs/estpay.js +1 -1
- package.xml +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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
52 |
* @link http://eepohs.com/
|
53 |
*/
|
54 |
-->
|
55 |
<config>
|
56 |
<modules>
|
57 |
<Eepohs_Estpay>
|
58 |
-
<version>1.3.2.
|
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.
|
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.
|
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.
|
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('
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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
|
|
15 |
LHV
|
16 |
Nordea
|
17 |
NETS (EstCard)</description>
|
18 |
-
<notes>
|
19 |
<authors><author><name>Eepohs</name><user>eepohs</user><email>info@eepohs.com</email></author><author><name>Tanel Raja</name><user>pronto</user><email>tanel.raja@eepohs.com</email></author><author><name>Sven Varkel</name><user>svenvarkel</user><email>sven.varkel@eepohs.com</email></author><author><name>Jaanus Vapper</name><user>hullkuri</user><email>hullkuri@gmail.com</email></author></authors>
|
20 |
<date>2012-11-07</date>
|
21 |
-
<time>16:
|
22 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Eepohs_Estpay.xml" hash="
|
23 |
<compatible/>
|
24 |
<dependencies><required><php><min>5.3.0</min><max>6.0.0</max></php></required></dependencies>
|
25 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>estpay</name>
|
4 |
+
<version>1.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
|
16 |
Nordea
|
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>
|