Morningtime_Internetkassa - Version 1.3.2.4.3

Version Notes

Stable release.

Download this release

Release Info

Developer Magento Core Team
Extension Morningtime_Internetkassa
Version 1.3.2.4.3
Comparing to
See all releases


Code changes from version 1.3.2.4.2 to 1.3.2.4.3

app/code/community/Morningtime/Internetkassa/Block/Form.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Magento Internetkassa extension
4
  *
5
  * NOTICE OF LICENSE
6
  *
@@ -11,7 +11,7 @@
11
  *
12
  * @category Morningtime
13
  * @package Morningtime_Internetkassa
14
- * @copyright Copyright (c) 2009 Morningtime Internet
15
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
16
  */
17
 
@@ -22,4 +22,4 @@ class Morningtime_Internetkassa_Block_Form extends Mage_Payment_Block_Form
22
  $this->setTemplate('morningtime/internetkassa/form.phtml');
23
  parent::_construct();
24
  }
25
- }
1
  <?php
2
  /**
3
+ * Morningtime Internetkassa extension
4
  *
5
  * NOTICE OF LICENSE
6
  *
11
  *
12
  * @category Morningtime
13
  * @package Morningtime_Internetkassa
14
+ * @copyright Copyright (c) 2009 Morningtime Internet, http://www.morningtime.com
15
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
16
  */
17
 
22
  $this->setTemplate('morningtime/internetkassa/form.phtml');
23
  parent::_construct();
24
  }
25
+ }
app/code/community/Morningtime/Internetkassa/Block/Info.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Magento Internetkassa extension
4
  *
5
  * NOTICE OF LICENSE
6
  *
@@ -11,7 +11,7 @@
11
  *
12
  * @category Morningtime
13
  * @package Morningtime_Internetkassa
14
- * @copyright Copyright (c) 2009 Morningtime Internet
15
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
16
  */
17
 
@@ -47,4 +47,4 @@ class Morningtime_Internetkassa_Block_Info extends Mage_Payment_Block_Info
47
  }
48
  return false;
49
  }
50
- }
1
  <?php
2
  /**
3
+ * Morningtime Internetkassa extension
4
  *
5
  * NOTICE OF LICENSE
6
  *
11
  *
12
  * @category Morningtime
13
  * @package Morningtime_Internetkassa
14
+ * @copyright Copyright (c) 2009 Morningtime Internet, http://www.morningtime.com
15
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
16
  */
17
 
47
  }
48
  return false;
49
  }
50
+ }
app/code/community/Morningtime/Internetkassa/Block/Redirect.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Magento Internetkassa extension
4
  *
5
  * NOTICE OF LICENSE
6
  *
@@ -11,7 +11,7 @@
11
  *
12
  * @category Morningtime
13
  * @package Morningtime_Internetkassa
14
- * @copyright Copyright (c) 2009 Morningtime Internet
15
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
16
  */
17
 
@@ -39,4 +39,4 @@ class Morningtime_Internetkassa_Block_Redirect extends Mage_Core_Block_Abstract
39
 
40
  return $html;
41
  }
42
- }
1
  <?php
2
  /**
3
+ * Morningtime Internetkassa extension
4
  *
5
  * NOTICE OF LICENSE
6
  *
11
  *
12
  * @category Morningtime
13
  * @package Morningtime_Internetkassa
14
+ * @copyright Copyright (c) 2009 Morningtime Internet, http://www.morningtime.com
15
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
16
  */
17
 
39
 
40
  return $html;
41
  }
42
+ }
app/code/community/Morningtime/Internetkassa/Helper/Data.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Magento Internetkassa extension
4
  *
5
  * NOTICE OF LICENSE
6
  *
@@ -11,11 +11,11 @@
11
  *
12
  * @category Morningtime
13
  * @package Morningtime_Internetkassa
14
- * @copyright Copyright (c) 2009 Morningtime Internet
15
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
16
  */
17
 
18
  class Morningtime_Internetkassa_Helper_Data extends Mage_Core_Helper_Abstract
19
  {
20
 
21
- }
1
  <?php
2
  /**
3
+ * Morningtime Internetkassa extension
4
  *
5
  * NOTICE OF LICENSE
6
  *
11
  *
12
  * @category Morningtime
13
  * @package Morningtime_Internetkassa
14
+ * @copyright Copyright (c) 2009 Morningtime Internet, http://www.morningtime.com
15
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
16
  */
17
 
18
  class Morningtime_Internetkassa_Helper_Data extends Mage_Core_Helper_Abstract
19
  {
20
 
21
+ }
app/code/community/Morningtime/Internetkassa/Helper/ViewerList.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Magento Internetkassa extension
4
  *
5
  * NOTICE OF LICENSE
6
  *
@@ -11,16 +11,10 @@
11
  *
12
  * @category Morningtime
13
  * @package Morningtime_Internetkassa
14
- * @copyright Copyright (c) 2009 Morningtime Internet
15
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
16
  */
17
 
18
- /**
19
- * PaymentMethod model
20
- *
21
- * @author Morningtime
22
- */
23
-
24
  class Morningtime_Internetkassa_Helper_ViewerList extends Mage_Core_Helper_Abstract
25
  {
26
 
@@ -304,5 +298,3 @@ class Morningtime_Internetkassa_Helper_ViewerList extends Mage_Core_Helper_Abstr
304
 
305
  }
306
  }
307
-
308
- ?>
1
  <?php
2
  /**
3
+ * Morningtime Internetkassa extension
4
  *
5
  * NOTICE OF LICENSE
6
  *
11
  *
12
  * @category Morningtime
13
  * @package Morningtime_Internetkassa
14
+ * @copyright Copyright (c) 2009 Morningtime Internet, http://www.morningtime.com
15
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
16
  */
17
 
 
 
 
 
 
 
18
  class Morningtime_Internetkassa_Helper_ViewerList extends Mage_Core_Helper_Abstract
19
  {
20
 
298
 
299
  }
300
  }
 
 
app/code/community/Morningtime/Internetkassa/Model/Internetkassa.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Magento Internetkassa extension
4
  *
5
  * NOTICE OF LICENSE
6
  *
@@ -11,7 +11,7 @@
11
  *
12
  * @category Morningtime
13
  * @package Morningtime_Internetkassa
14
- * @copyright Copyright (c) 2009 Morningtime Internet
15
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
16
  */
17
 
@@ -652,4 +652,4 @@ class Morningtime_Internetkassa_Model_Internetkassa extends Mage_Payment_Model_M
652
  return false;
653
  }
654
  }
655
- ?>
1
  <?php
2
  /**
3
+ * Morningtime Internetkassa extension
4
  *
5
  * NOTICE OF LICENSE
6
  *
11
  *
12
  * @category Morningtime
13
  * @package Morningtime_Internetkassa
14
+ * @copyright Copyright (c) 2009 Morningtime Internet, http://www.morningtime.com
15
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
16
  */
17
 
652
  return false;
653
  }
654
  }
655
+
app/code/community/Morningtime/Internetkassa/Model/Source/Currencies.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Magento Internetkassa extension
4
  *
5
  * NOTICE OF LICENSE
6
  *
@@ -11,16 +11,10 @@
11
  *
12
  * @category Morningtime
13
  * @package Morningtime_Internetkassa
14
- * @copyright Copyright (c) 2009 Morningtime Internet
15
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
16
  */
17
 
18
- /**
19
- * PaymentMethod model
20
- *
21
- * @author morningtime
22
- */
23
-
24
  class Morningtime_Internetkassa_Model_Source_Currencies
25
  {
26
 
@@ -46,4 +40,4 @@ class Morningtime_Internetkassa_Model_Source_Currencies
46
  );
47
 
48
  }
49
- }
1
  <?php
2
  /**
3
+ * Morningtime Internetkassa extension
4
  *
5
  * NOTICE OF LICENSE
6
  *
11
  *
12
  * @category Morningtime
13
  * @package Morningtime_Internetkassa
14
+ * @copyright Copyright (c) 2009 Morningtime Internet, http://www.morningtime.com
15
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
16
  */
17
 
 
 
 
 
 
 
18
  class Morningtime_Internetkassa_Model_Source_Currencies
19
  {
20
 
40
  );
41
 
42
  }
43
+ }
app/code/community/Morningtime/Internetkassa/Model/Source/Issuers.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Magento Internetkassa extension
4
  *
5
  * NOTICE OF LICENSE
6
  *
@@ -11,16 +11,10 @@
11
  *
12
  * @category Morningtime
13
  * @package Morningtime_Internetkassa
14
- * @copyright Copyright (c) 2009 Morningtime Internet
15
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
16
  */
17
 
18
- /**
19
- * PaymentMethod model
20
- *
21
- * @author morningtime
22
- */
23
-
24
  class Morningtime_Internetkassa_Model_Source_Issuers
25
  {
26
  public function toOptionArray()
@@ -34,4 +28,4 @@ class Morningtime_Internetkassa_Model_Source_Issuers
34
  );
35
 
36
  }
37
- }
1
  <?php
2
  /**
3
+ * Morningtime Internetkassa extension
4
  *
5
  * NOTICE OF LICENSE
6
  *
11
  *
12
  * @category Morningtime
13
  * @package Morningtime_Internetkassa
14
+ * @copyright Copyright (c) 2009 Morningtime Internet, http://www.morningtime.com
15
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
16
  */
17
 
 
 
 
 
 
 
18
  class Morningtime_Internetkassa_Model_Source_Issuers
19
  {
20
  public function toOptionArray()
28
  );
29
 
30
  }
31
+ }
app/code/community/Morningtime/Internetkassa/Model/Source/Languages.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Magento Internetkassa extension
4
  *
5
  * NOTICE OF LICENSE
6
  *
@@ -11,16 +11,10 @@
11
  *
12
  * @category Morningtime
13
  * @package Morningtime_Internetkassa
14
- * @copyright Copyright (c) 2009 Morningtime Internet
15
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
16
  */
17
 
18
- /**
19
- * PaymentMethod model
20
- *
21
- * @author morningtime
22
- */
23
-
24
  class Morningtime_Internetkassa_Model_Source_Languages
25
  {
26
 
@@ -39,4 +33,4 @@ class Morningtime_Internetkassa_Model_Source_Languages
39
  );
40
 
41
  }
42
- }
1
  <?php
2
  /**
3
+ * Morningtime Internetkassa extension
4
  *
5
  * NOTICE OF LICENSE
6
  *
11
  *
12
  * @category Morningtime
13
  * @package Morningtime_Internetkassa
14
+ * @copyright Copyright (c) 2009 Morningtime Internet, http://www.morningtime.com
15
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
16
  */
17
 
 
 
 
 
 
 
18
  class Morningtime_Internetkassa_Model_Source_Languages
19
  {
20
 
33
  );
34
 
35
  }
36
+ }
app/code/community/Morningtime/Internetkassa/Model/Source/PaymentMethod.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Magento Internetkassa extension
4
  *
5
  * NOTICE OF LICENSE
6
  *
@@ -11,16 +11,10 @@
11
  *
12
  * @category Morningtime
13
  * @package Morningtime_Internetkassa
14
- * @copyright Copyright (c) 2009 Morningtime Internet
15
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
16
  */
17
 
18
- /**
19
- * PaymentMethod model
20
- *
21
- * @author morningtime
22
- */
23
-
24
  class Morningtime_Internetkassa_Model_Source_PaymentMethod extends Varien_Object
25
  {
26
 
@@ -100,4 +94,4 @@ class Morningtime_Internetkassa_Model_Source_PaymentMethod extends Varien_Object
100
  $this->_isActive = $isActive;
101
  }
102
 
103
- }
1
  <?php
2
  /**
3
+ * Morningtime Internetkassa extension
4
  *
5
  * NOTICE OF LICENSE
6
  *
11
  *
12
  * @category Morningtime
13
  * @package Morningtime_Internetkassa
14
+ * @copyright Copyright (c) 2009 Morningtime Internet, http://www.morningtime.com
15
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
16
  */
17
 
 
 
 
 
 
 
18
  class Morningtime_Internetkassa_Model_Source_PaymentMethod extends Varien_Object
19
  {
20
 
94
  $this->_isActive = $isActive;
95
  }
96
 
97
+ }
app/code/community/Morningtime/Internetkassa/Model/Source/PaymentMethods.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Magento
4
  *
5
  * NOTICE OF LICENSE
6
  *
@@ -8,20 +8,11 @@
8
  * that is bundled with this package in the file LICENSE.txt.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
  *
15
- * @category Mage
16
- * @package Mage_Internetkassa
17
- * @copyright Copyright (c) 2008 ALTIC Charly Clairmont (CCH)
18
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- * */
20
-
21
- /**
22
- * PaymentMethod model
23
- *
24
- * @author altic teams
25
  */
26
 
27
  class Morningtime_Internetkassa_Model_Source_PaymentMethods
@@ -39,4 +30,4 @@ class Morningtime_Internetkassa_Model_Source_PaymentMethods
39
  return $pmArrayOption;
40
  }
41
 
42
- }
1
  <?php
2
  /**
3
+ * Morningtime Internetkassa extension
4
  *
5
  * NOTICE OF LICENSE
6
  *
8
  * that is bundled with this package in the file LICENSE.txt.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
 
 
 
11
  *
12
+ * @category Morningtime
13
+ * @package Morningtime_Internetkassa
14
+ * @copyright Copyright (c) 2009 Morningtime Internet, http://www.morningtime.com
15
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 
 
 
 
 
 
16
  */
17
 
18
  class Morningtime_Internetkassa_Model_Source_PaymentMethods
30
  return $pmArrayOption;
31
  }
32
 
33
+ }
app/code/community/Morningtime/Internetkassa/Model/Source/PaymentMethodsList.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Magento
4
  *
5
  * NOTICE OF LICENSE
6
  *
@@ -8,20 +8,11 @@
8
  * that is bundled with this package in the file LICENSE.txt.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
  *
15
- * @category Mage
16
- * @package Mage_Ogone
17
- * @copyright Copyright (c) 2008 ALTIC Charly Clairmont (CCH)
18
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- * */
20
-
21
- /**
22
- * PaymentMethod model
23
- *
24
- * @author altic teams
25
  */
26
 
27
  class Morningtime_Internetkassa_Model_Source_PaymentMethodsList
@@ -270,4 +261,4 @@ class Morningtime_Internetkassa_Model_Source_PaymentMethodsList
270
 
271
  return $pmList;
272
  }
273
- }
1
  <?php
2
  /**
3
+ * Morningtime Internetkassa extension
4
  *
5
  * NOTICE OF LICENSE
6
  *
8
  * that is bundled with this package in the file LICENSE.txt.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
 
 
 
11
  *
12
+ * @category Morningtime
13
+ * @package Morningtime_Internetkassa
14
+ * @copyright Copyright (c) 2009 Morningtime Internet, http://www.morningtime.com
15
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 
 
 
 
 
 
16
  */
17
 
18
  class Morningtime_Internetkassa_Model_Source_PaymentMethodsList
261
 
262
  return $pmList;
263
  }
264
+ }
app/code/community/Morningtime/Internetkassa/controllers/ResultController.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Magento Internetkassa extension
4
  *
5
  * NOTICE OF LICENSE
6
  *
@@ -11,18 +11,10 @@
11
  *
12
  * @category Morningtime
13
  * @package Morningtime_Internetkassa
14
- * @copyright Copyright (c) 2009 Morningtime Internet
15
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
16
  */
17
 
18
- /**
19
- * Internetkassa Payment Front Controller
20
- *
21
- * @category Morningtime
22
- * @package Morningtime_Internetkassa
23
- * @name Morningtime_Internetkassa_InternetkassaController
24
- * @author Magento Core Team <core@magentocommerce.com>, ALTIC
25
- */
26
  class Morningtime_Internetkassa_ResultController extends Mage_Core_Controller_Front_Action
27
  {
28
  /**
@@ -466,4 +458,4 @@ class Morningtime_Internetkassa_ResultController extends Mage_Core_Controller_Fr
466
  $this->_redirect('ogone/result/exception');
467
  }
468
 
469
- }
1
  <?php
2
  /**
3
+ * Morningtime Internetkassa extension
4
  *
5
  * NOTICE OF LICENSE
6
  *
11
  *
12
  * @category Morningtime
13
  * @package Morningtime_Internetkassa
14
+ * @copyright Copyright (c) 2009 Morningtime Internet, http://www.morningtime.com
15
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
16
  */
17
 
 
 
 
 
 
 
 
 
18
  class Morningtime_Internetkassa_ResultController extends Mage_Core_Controller_Front_Action
19
  {
20
  /**
458
  $this->_redirect('ogone/result/exception');
459
  }
460
 
461
+ }
app/code/community/Morningtime/Internetkassa/etc/config.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0" encoding="utf-8"?>
2
  <!--
3
  /**
4
- * Magento Internetkassa extension
5
  *
6
  * NOTICE OF LICENSE
7
  *
@@ -12,14 +12,14 @@
12
  *
13
  * @category Morningtime
14
  * @package Morningtime_Internetkassa
15
- * @copyright Copyright (c) 2009 Morningtime Internet
16
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
17
  */
18
  -->
19
  <config>
20
  <modules>
21
  <Morningtime_Internetkassa>
22
- <version>0.1.0</version>
23
  </Morningtime_Internetkassa>
24
  </modules>
25
  <global>
@@ -179,4 +179,4 @@
179
  </internetkassa>
180
  </payment>
181
  </default>
182
- </config>
1
  <?xml version="1.0" encoding="utf-8"?>
2
  <!--
3
  /**
4
+ * Morningtime Internetkassa extension
5
  *
6
  * NOTICE OF LICENSE
7
  *
12
  *
13
  * @category Morningtime
14
  * @package Morningtime_Internetkassa
15
+ * @copyright Copyright (c) 2009 Morningtime Internet, http://www.morningtime.com
16
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
17
  */
18
  -->
19
  <config>
20
  <modules>
21
  <Morningtime_Internetkassa>
22
+ <version>1.3.2.4.1</version>
23
  </Morningtime_Internetkassa>
24
  </modules>
25
  <global>
179
  </internetkassa>
180
  </payment>
181
  </default>
182
+ </config>
app/code/community/Morningtime/Internetkassa/etc/system.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0" encoding="utf-8"?>
2
  <!--
3
  /**
4
- * Magento Internetkassa extension
5
  *
6
  * NOTICE OF LICENSE
7
  *
@@ -12,7 +12,7 @@
12
  *
13
  * @category Morningtime
14
  * @package Morningtime_Internetkassa
15
- * @copyright Copyright (c) 2009 Morningtime Internet
16
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
17
  */
18
  -->
@@ -248,4 +248,4 @@
248
  </groups>
249
  </payment>
250
  </sections>
251
- </config>
1
  <?xml version="1.0" encoding="utf-8"?>
2
  <!--
3
  /**
4
+ * Morningtime Internetkassa extension
5
  *
6
  * NOTICE OF LICENSE
7
  *
12
  *
13
  * @category Morningtime
14
  * @package Morningtime_Internetkassa
15
+ * @copyright Copyright (c) 2009 Morningtime Internet, http://www.morningtime.com
16
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
17
  */
18
  -->
248
  </groups>
249
  </payment>
250
  </sections>
251
+ </config>
app/design/adminhtml/default/default/template/morningtime/internetkassa/info.phtml CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Magento Ogone Payment extension
4
  *
5
  * NOTICE OF LICENSE
6
  *
@@ -9,12 +9,10 @@
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
  *
12
- * @category Mage
13
- * @package Mage_Ogone
14
- * @copyright Copyright (c) 2008 ALTIC Charly Clairmont (CCH)
15
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
16
- *
17
- * @file Ogone/info/Ogone.phtml
18
  */
19
  ?>
20
  <?php if($_info = $this->getInfo()): ?>
1
  <?php
2
  /**
3
+ * Morningtime Internetkassa extension
4
  *
5
  * NOTICE OF LICENSE
6
  *
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
  *
12
+ * @category Morningtime
13
+ * @package Morningtime_Internetkassa
14
+ * @copyright Copyright (c) 2009 Morningtime Internet, http://www.morningtime.com
15
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 
 
16
  */
17
  ?>
18
  <?php if($_info = $this->getInfo()): ?>
app/design/adminhtml/default/default/template/morningtime/internetkassa/pdf/info.phtml CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Magento Ogone Payment extension
4
  *
5
  * NOTICE OF LICENSE
6
  *
@@ -9,16 +9,14 @@
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
  *
12
- * @category Mage
13
- * @package Mage_Ogone
14
- * @copyright Copyright (c) 2008 ALTIC Charly Clairmont (CCH)
15
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
16
- *
17
- * @file Ogone/info/Ogone.phtml
18
  */
19
  ?>
20
  <?php echo $this->__('Paid with Ogone') ?>
21
  {{pdf_row_separator}}
22
  <?php if($this->getIssuerPaymentMethod()->getValue()){ ?>
23
  <?php print $this->__('Card type'); ?>: <?php echo $this->getPaymentMethod()->getValue(); ?>
24
- <?php } ?>
1
  <?php
2
  /**
3
+ * Morningtime Internetkassa extension
4
  *
5
  * NOTICE OF LICENSE
6
  *
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
  *
12
+ * @category Morningtime
13
+ * @package Morningtime_Internetkassa
14
+ * @copyright Copyright (c) 2009 Morningtime Internet, http://www.morningtime.com
15
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 
 
16
  */
17
  ?>
18
  <?php echo $this->__('Paid with Ogone') ?>
19
  {{pdf_row_separator}}
20
  <?php if($this->getIssuerPaymentMethod()->getValue()){ ?>
21
  <?php print $this->__('Card type'); ?>: <?php echo $this->getPaymentMethod()->getValue(); ?>
22
+ <?php } ?>
app/etc/modules/Morningtime_Internetkassa.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0" encoding="utf-8"?>
2
  <!--
3
  /**
4
- * Magento Internetkassa extension
5
  *
6
  * NOTICE OF LICENSE
7
  *
@@ -12,7 +12,7 @@
12
  *
13
  * @category Morningtime
14
  * @package Morningtime_Internetkassa
15
- * @copyright Copyright (c) 2009 Morningtime Internet
16
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
17
  */
18
  -->
1
  <?xml version="1.0" encoding="utf-8"?>
2
  <!--
3
  /**
4
+ * Morningtime Internetkassa extension
5
  *
6
  * NOTICE OF LICENSE
7
  *
12
  *
13
  * @category Morningtime
14
  * @package Morningtime_Internetkassa
15
+ * @copyright Copyright (c) 2009 Morningtime Internet, http://www.morningtime.com
16
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
17
  */
18
  -->
package.xml CHANGED
@@ -1,13 +1,16 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Morningtime_Internetkassa</name>
4
- <version>1.3.2.4.2</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL 3.0)</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>(Dutch only) - Internetkassa voor iDEAL Only, Rabobank, ABN AMRO, ING Bank (TWYP), Fortis (NEOS) en Ogone. Ondersteuning voor iDEAL, Credit Cards, Paypal en veel meer!</summary>
10
- <description>(Dutch only) - Internetkassa voor de Rabobank, ABN AMRO, ING Bank (TWYP), Fortis (NEOS) en Ogone. Ondersteuning voor iDEAL, Credit Cards, Paypal en veel meer!
 
 
 
11
 
12
  Installatie in twee stappen. 1. Magento, 2. Internetkassa
13
 
@@ -68,11 +71,11 @@ Voor commerciele hulp bij installaties, stuur een email naar info@morningtime.co
68
  - Offline: Acceptgiro, Bank transfer, Payment on Delivery
69
 
70
  - Micro </description>
71
- <notes>Stable Release</notes>
72
- <authors><author><name>Mathijs Koenraadt (MSc)</name><user>auto-converted</user><email>info@morningtime.com</email></author></authors>
73
- <date>2009-10-18</date>
74
- <time>10:17:10</time>
75
- <contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="morningtime"><dir name="internetkassa"><file name="info.phtml" hash="3cbd827aa0a3a4edb008c7b990c3db66"/><dir name="pdf"><file name="info.phtml" hash="05579e93a584cc9ee43a53fea8ba6da5"/></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="morningtime"><dir name="internetkassa"><file name="form.phtml" hash="c1098b177f0b1dfbb6147a9a709a0c7b"/><file name="info.phtml" hash="1109a89242b9700c6429e86b72e738d3"/></dir></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Morningtime_Internetkassa.csv" hash="5319bbb126b9f483cb99b66bc12a4500"/></dir><dir name="nl_NL"><file name="Morningtime_Internetkassa.csv" hash="82037bd514a36f6c9d2c51f73eb3ed07"/></dir></target><target name="mageetc"><dir name="modules"><file name="Morningtime_Internetkassa.xml" hash="9731708aa2a079f84a50c70c87177fd7"/></dir></target><target name="magecommunity"><dir name="Morningtime"><dir name="Internetkassa"><dir name="Block"><file name="Form.php" hash="a109336d61bdfa7005b41898bc38ff81"/><file name="Info.php" hash="77ab3da2e9b35057058b7bb567fa3ffc"/><file name="Redirect.php" hash="1592521ed0a9d8f21be8b96b73a1bbeb"/></dir><dir name="controllers"><file name="ResultController.php" hash="a2866e21128b5a57f08673e9225a378b"/></dir><dir name="etc"><file name="config.xml" hash="1fbdadf0d66ba628ec95a216f85cbaee"/><file name="system.xml" hash="cdb4cc793a77a976342bc1cb0b44cd74"/></dir><dir name="Helper"><file name="Data.php" hash="fa86846926f40fa9c95a4de34ca763ef"/><file name="ViewerList.php" hash="68418a460feb58c02f5e60d84f21a33f"/></dir><dir name="Model"><file name="Internetkassa.php" hash="24c4302b466720eec1fb5f687c19ab04"/><dir name="Source"><file name="Currencies.php" hash="13eedd7e0079b6f240970247f9fd6398"/><file name="Issuers.php" hash="2583a4a262d8ba2bb9676b77961994ab"/><file name="Languages.php" hash="3c3ccf80a3b03d9684ca33615a3c4995"/><file name="PaymentMethod.php" hash="efa2989f80a115bedd6952c45b837ef9"/><file name="PaymentMethods.php" hash="26c106880b74c9a2b880e5cd772955c0"/><file name="PaymentMethodsList.php" hash="d61488e0d24e24d8a13b2e4c44ce02c8"/></dir></dir></dir></dir></target></contents>
76
  <compatible/>
77
  <dependencies/>
78
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Morningtime_Internetkassa</name>
4
+ <version>1.3.2.4.3</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL 3.0)</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>(Dutch only) - Internetkassa voor iDEAL Only, Rabobank, ABN AMRO, ING Bank (TWYP), Fortis (NEOS) en Ogone. Ondersteuning voor iDEAL, Credit Cards, Paypal en veel meer!</summary>
10
+ <description>== UPDATE 1.3.2.4.1 ==
11
+
12
+ - Nu met configuratie instellingen per store-view
13
+ - Daardoor ook toevoegen store-code in URL mogelijk (handmatig)
14
 
15
  Installatie in twee stappen. 1. Magento, 2. Internetkassa
16
 
71
  - Offline: Acceptgiro, Bank transfer, Payment on Delivery
72
 
73
  - Micro </description>
74
+ <notes>Stable release.</notes>
75
+ <authors><author><name>Mathijs Koenraadt</name><user>auto-converted</user><email>info@morningtime.com</email></author></authors>
76
+ <date>2009-10-22</date>
77
+ <time>07:38:04</time>
78
+ <contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="morningtime"><dir name="internetkassa"><file name="info.phtml" hash="8b92d5fd7b12cdc190fdfc8416e51630"/><dir name="pdf"><file name="info.phtml" hash="c210a66172ca6655faaca27de6ee941c"/></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="morningtime"><dir name="internetkassa"><file name="form.phtml" hash="c1098b177f0b1dfbb6147a9a709a0c7b"/><file name="info.phtml" hash="1109a89242b9700c6429e86b72e738d3"/></dir></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Morningtime_Internetkassa.csv" hash="5319bbb126b9f483cb99b66bc12a4500"/></dir><dir name="nl_NL"><file name="Morningtime_Internetkassa.csv" hash="82037bd514a36f6c9d2c51f73eb3ed07"/></dir></target><target name="mageetc"><dir name="modules"><file name="Morningtime_Internetkassa.xml" hash="7b21161bd2d1c5462530ba5a9def7257"/></dir></target><target name="magecommunity"><dir name="Morningtime"><dir name="Internetkassa"><dir name="Block"><file name="Form.php" hash="67068968ef7ed62c359413d5e78d4a26"/><file name="Info.php" hash="93994916dc3cfe7467319a91f54f95b3"/><file name="Redirect.php" hash="8058a77971fa18d0f354bf8e8c02d0c2"/></dir><dir name="controllers"><file name="ResultController.php" hash="eb43c4ba33a9f6915c80cb36fef08cda"/></dir><dir name="etc"><file name="config.xml" hash="6c1f934d2520267fb92ecfc852f31927"/><file name="system.xml" hash="7e3e15001fc7c699cd19ca9b8808799d"/></dir><dir name="Helper"><file name="Data.php" hash="ceb27c2343b4930b268e88d5c4d61af9"/><file name="ViewerList.php" hash="df5990c71e175a67ffb5e759ef23cd0f"/></dir><dir name="Model"><file name="Internetkassa.php" hash="ec2b1f7375fc6ed4aafbd003e7c77c82"/><dir name="Source"><file name="Currencies.php" hash="70bdaf14bd97f39583b143f81e9d1355"/><file name="Issuers.php" hash="bbed5662abe2620bf7394e31e01181cc"/><file name="Languages.php" hash="3292f98c244e6d5c8124a96d174bbf83"/><file name="PaymentMethod.php" hash="0391f356879414f96f4e26af4a78c0de"/><file name="PaymentMethods.php" hash="fa108c22b42eab684441ddf168e1af6c"/><file name="PaymentMethodsList.php" hash="b6004afe3a8e3987f0d488af6c67e4b8"/></dir></dir></dir></dir></target></contents>
79
  <compatible/>
80
  <dependencies/>
81
  </package>