Version Notes
Possible creation of double invoices has been fixed in this release.
Download this release
Release Info
Developer | Multon |
Extension | estpay |
Version | 1.3.2.2 |
Comparing to | |
See all releases |
Code changes from version 1.3.2 to 1.3.2.2
- 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 +4 -4
- 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 -1
- 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 +2 -2
- package.xml +6 -6
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.2
|
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.2
|
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.2
|
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.2
|
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.2
|
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.2
|
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.2
|
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.2
|
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.2
|
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.2
|
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.2
|
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.2
|
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.2
|
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
|
@@ -82,6 +82,9 @@ abstract class Eepohs_Estpay_Model_Abstract extends Mage_Payment_Model_Method_Ab
|
|
82 |
$invoice->pay()->register();
|
83 |
$invoice->save();
|
84 |
|
|
|
|
|
|
|
85 |
/* Send invoice */
|
86 |
if (Mage::getStoreConfig('payment/' . $this->_code . '/invoice_confirmation') == '1') {
|
87 |
$invoice->sendEmail(true, '');
|
@@ -89,9 +92,6 @@ abstract class Eepohs_Estpay_Model_Abstract extends Mage_Payment_Model_Method_Ab
|
|
89 |
|
90 |
Mage::register('current_invoice', $invoice);
|
91 |
}
|
92 |
-
|
93 |
-
$order->setStatus(Mage_Sales_Model_Order::STATE_PROCESSING);
|
94 |
-
$order->save();
|
95 |
}
|
96 |
|
97 |
/**
|
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
|
82 |
$invoice->pay()->register();
|
83 |
$invoice->save();
|
84 |
|
85 |
+
$order->setStatus(Mage_Sales_Model_Order::STATE_PROCESSING);
|
86 |
+
$order->save();
|
87 |
+
|
88 |
/* Send invoice */
|
89 |
if (Mage::getStoreConfig('payment/' . $this->_code . '/invoice_confirmation') == '1') {
|
90 |
$invoice->sendEmail(true, '');
|
92 |
|
93 |
Mage::register('current_invoice', $invoice);
|
94 |
}
|
|
|
|
|
|
|
95 |
}
|
96 |
|
97 |
/**
|
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.2
|
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.2
|
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.2
|
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.2
|
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.2
|
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.2
|
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.2
|
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.2
|
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.2
|
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.2
|
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.2
|
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.2
|
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.2
|
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.2
|
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.2
|
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</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.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>
|
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.2
|
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.2
|
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,6 +57,7 @@
|
|
57 |
</style>
|
58 |
<script type="text/javascript">
|
59 |
//<![CDATA[
|
|
|
60 |
function initEepohsPayment() {
|
61 |
var estpay = new EepohsPayment();
|
62 |
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.2
|
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'=>'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']);
|
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.2
|
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.2
|
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.2
|
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.2
|
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.2
|
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.2
|
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.2
|
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.2
|
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.2
|
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.2
|
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() {
|
@@ -66,7 +66,7 @@ EepohsPayment.prototype = {
|
|
66 |
function(item){
|
67 |
var img = document.createElement('img');
|
68 |
Element.extend(img);
|
69 |
-
img.src =
|
70 |
img.addClassName('eepohs-logo title-logo');
|
71 |
img.writeAttribute('alt', 'Eepohs');
|
72 |
img.writeAttribute('title', 'Eepohs');
|
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() {
|
66 |
function(item){
|
67 |
var img = document.createElement('img');
|
68 |
Element.extend(img);
|
69 |
+
img.src = EEPOHS_SKIN_URL + 'images/eepohs/estpay/eepohs_logo_small.png';
|
70 |
img.addClassName('eepohs-logo title-logo');
|
71 |
img.writeAttribute('alt', 'Eepohs');
|
72 |
img.writeAttribute('title', 'Eepohs');
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>estpay</name>
|
4 |
-
<version>1.3.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
|
|
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></authors>
|
20 |
-
<date>2012-
|
21 |
-
<time>
|
22 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Eepohs_Estpay.xml" hash="
|
23 |
<compatible/>
|
24 |
<dependencies><required><php><min>5.3.0</min><max>6.0.0</max></php></required></dependencies>
|
25 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>estpay</name>
|
4 |
+
<version>1.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 |
LHV
|
16 |
Nordea
|
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>
|