Yireo_CheckoutTester - Version 0.1.9

Version Notes

No notes

Download this release

Release Info

Developer Yireo
Extension Yireo_CheckoutTester
Version 0.1.9
Comparing to
See all releases


Code changes from version 0.1.8 to 0.1.9

app/code/community/Yireo/CheckoutTester/Block/Field/Link.php CHANGED
@@ -3,8 +3,8 @@
3
  * Yireo CheckoutTester for Magento
4
  *
5
  * @package Yireo_CheckoutTester
6
- * @author Yireo (http://www.yireo.com/)
7
- * @copyright Copyright 2015 Yireo (http://www.yireo.com/)
8
  * @license Open Source License (OSL v3)
9
  */
10
 
3
  * Yireo CheckoutTester for Magento
4
  *
5
  * @package Yireo_CheckoutTester
6
+ * @author Yireo (https://www.yireo.com/)
7
+ * @copyright Copyright 2015 Yireo (https://www.yireo.com/)
8
  * @license Open Source License (OSL v3)
9
  */
10
 
app/code/community/Yireo/CheckoutTester/Block/Success.php CHANGED
@@ -3,8 +3,8 @@
3
  * Yireo CheckoutTester for Magento
4
  *
5
  * @package Yireo_CheckoutTester
6
- * @author Yireo (http://www.yireo.com/)
7
- * @copyright Copyright 2015 Yireo (http://www.yireo.com/)
8
  * @license Open Source License (OSL v3)
9
  */
10
 
3
  * Yireo CheckoutTester for Magento
4
  *
5
  * @package Yireo_CheckoutTester
6
+ * @author Yireo (https://www.yireo.com/)
7
+ * @copyright Copyright 2015 Yireo (https://www.yireo.com/)
8
  * @license Open Source License (OSL v3)
9
  */
10
 
app/code/community/Yireo/CheckoutTester/Helper/Data.php CHANGED
@@ -3,8 +3,8 @@
3
  * Yireo CheckoutTester for Magento
4
  *
5
  * @package Yireo_CheckoutTester
6
- * @author Yireo (http://www.yireo.com/)
7
- * @copyright Copyright (C) 2014 Yireo (http://www.yireo.com/)
8
  * @license Open Source License (OSL v3)
9
  */
10
 
3
  * Yireo CheckoutTester for Magento
4
  *
5
  * @package Yireo_CheckoutTester
6
+ * @author Yireo (https://www.yireo.com/)
7
+ * @copyright Copyright (C) 2014 Yireo (https://www.yireo.com/)
8
  * @license Open Source License (OSL v3)
9
  */
10
 
app/code/community/Yireo/CheckoutTester/Model/Feed.php CHANGED
@@ -6,7 +6,7 @@
6
  * @package Yireo_Common
7
  * @copyright Copyright 2015
8
  * @license Open Source License (OSL v3) (OSL)
9
- * @link http://www.yireo.com
10
  */
11
 
12
  /**
6
  * @package Yireo_Common
7
  * @copyright Copyright 2015
8
  * @license Open Source License (OSL v3) (OSL)
9
+ * @link https://www.yireo.com
10
  */
11
 
12
  /**
app/code/community/Yireo/CheckoutTester/Model/Observer.php CHANGED
@@ -6,7 +6,7 @@
6
  * @package CheckoutTester
7
  * @copyright Copyright 2015
8
  * @license Open Source License (OSL v3)
9
- * @link http://www.yireo.com
10
  */
11
 
12
  /**
6
  * @package CheckoutTester
7
  * @copyright Copyright 2015
8
  * @license Open Source License (OSL v3)
9
+ * @link https://www.yireo.com
10
  */
11
 
12
  /**
app/code/community/Yireo/CheckoutTester/controllers/IndexController.php CHANGED
@@ -3,8 +3,8 @@
3
  * Yireo CheckoutTester for Magento
4
  *
5
  * @package Yireo_CheckoutTester
6
- * @author Yireo (http://www.yireo.com/)
7
- * @copyright Copyright 2015 Yireo (http://www.yireo.com/)
8
  * @license Open Source License (OSL v3)
9
  */
10
 
@@ -42,12 +42,12 @@ class Yireo_CheckoutTester_IndexController extends Mage_Core_Controller_Front_Ac
42
  die('Invalid order ID');
43
  }
44
 
45
- // Load the layout
46
- $this->loadLayout();
47
-
48
  // Register this order
49
  $this->registerOrder($order);
50
 
 
 
 
51
  // Render the layout
52
  $this->renderLayout();
53
  }
3
  * Yireo CheckoutTester for Magento
4
  *
5
  * @package Yireo_CheckoutTester
6
+ * @author Yireo (https://www.yireo.com/)
7
+ * @copyright Copyright 2015 Yireo (https://www.yireo.com/)
8
  * @license Open Source License (OSL v3)
9
  */
10
 
42
  die('Invalid order ID');
43
  }
44
 
 
 
 
45
  // Register this order
46
  $this->registerOrder($order);
47
 
48
+ // Load the layout
49
+ $this->loadLayout();
50
+
51
  // Render the layout
52
  $this->renderLayout();
53
  }
app/code/community/Yireo/CheckoutTester/etc/adminhtml.xml CHANGED
@@ -4,8 +4,8 @@
4
  * Yireo CheckoutTester for Magento
5
  *
6
  * @package Yireo_CheckoutTester
7
- * @author Yireo (http://www.yireo.com/)
8
- * @copyright Copyright 2015 Yireo (http://www.yireo.com/)
9
  * @license Open Source License (OSL v3)
10
  */
11
  -->
4
  * Yireo CheckoutTester for Magento
5
  *
6
  * @package Yireo_CheckoutTester
7
+ * @author Yireo (https://www.yireo.com/)
8
+ * @copyright Copyright 2015 Yireo (https://www.yireo.com/)
9
  * @license Open Source License (OSL v3)
10
  */
11
  -->
app/code/community/Yireo/CheckoutTester/etc/config.xml CHANGED
@@ -4,8 +4,8 @@
4
  * Yireo CheckoutTester for Magento
5
  *
6
  * @package Yireo_CheckoutTester
7
- * @author Yireo (http://www.yireo.com/)
8
- * @copyright Copyright 2015 Yireo (http://www.yireo.com/)
9
  * @license Open Source License (OSL v3)
10
  */
11
  -->
@@ -13,7 +13,7 @@
13
 
14
  <modules>
15
  <Yireo_CheckoutTester>
16
- <version>0.1.8</version>
17
  </Yireo_CheckoutTester>
18
  </modules>
19
 
4
  * Yireo CheckoutTester for Magento
5
  *
6
  * @package Yireo_CheckoutTester
7
+ * @author Yireo (https://www.yireo.com/)
8
+ * @copyright Copyright 2015 Yireo (https://www.yireo.com/)
9
  * @license Open Source License (OSL v3)
10
  */
11
  -->
13
 
14
  <modules>
15
  <Yireo_CheckoutTester>
16
+ <version>0.1.9</version>
17
  </Yireo_CheckoutTester>
18
  </modules>
19
 
app/code/community/Yireo/CheckoutTester/etc/system.xml CHANGED
@@ -4,8 +4,8 @@
4
  * Yireo CheckoutTester for Magento
5
  *
6
  * @package Yireo_CheckoutTester
7
- * @author Yireo (http://www.yireo.com/)
8
- * @copyright Copyright 2015 Yireo (http://www.yireo.com/)
9
  * @license Open Source License (OSL v3)
10
  */
11
  -->
4
  * Yireo CheckoutTester for Magento
5
  *
6
  * @package Yireo_CheckoutTester
7
+ * @author Yireo (https://www.yireo.com/)
8
+ * @copyright Copyright 2015 Yireo (https://www.yireo.com/)
9
  * @license Open Source License (OSL v3)
10
  */
11
  -->
app/design/frontend/base/default/layout/checkouttester.xml CHANGED
@@ -3,8 +3,8 @@
3
  * Yireo CheckoutTester for Magento
4
  *
5
  * @package Yireo_CheckoutTester
6
- * @author Yireo (http://www.yireo.com/)
7
- * @copyright Copyright 2015 Yireo (http://www.yireo.com/)
8
  * @license Open Software License
9
  */
10
  -->
3
  * Yireo CheckoutTester for Magento
4
  *
5
  * @package Yireo_CheckoutTester
6
+ * @author Yireo (https://www.yireo.com/)
7
+ * @copyright Copyright 2015 Yireo (https://www.yireo.com/)
8
  * @license Open Software License
9
  */
10
  -->
app/etc/modules/Yireo_CheckoutTester.xml CHANGED
@@ -4,8 +4,8 @@
4
  * Yireo CheckoutTester-module for Magento
5
  *
6
  * @package Yireo_CheckoutTester
7
- * @author Yireo (http://www.yireo.com/)
8
- * @copyright Copyright 2015 Yireo (http://www.yireo.com/)
9
  * @license Open Software License
10
  */
11
  -->
4
  * Yireo CheckoutTester-module for Magento
5
  *
6
  * @package Yireo_CheckoutTester
7
+ * @author Yireo (https://www.yireo.com/)
8
+ * @copyright Copyright 2015 Yireo (https://www.yireo.com/)
9
  * @license Open Software License
10
  */
11
  -->
package.xml CHANGED
@@ -1,2 +1,2 @@
1
  <?xml version="1.0"?>
2
- <package><name>Yireo_CheckoutTester</name><version>0.1.8</version><stability>stable</stability><license>Open Source License</license><channel>community</channel><extends></extends><summary>No summary</summary><description>No description</description><notes>No notes</notes><authors><author><name>Yireo</name><user>yireo</user><email>info@yireo.com</email></author></authors><date>2015-10-20</date><time>9:33:48</time><compatible></compatible><dependencies><required><php><min>5.4.0</min><max>6.0.0</max></php></required></dependencies><contents><target name="mage"><dir name="app"><dir name="etc"><dir name="modules"><file name="Yireo_CheckoutTester.xml" hash="6ec7061fee4f6da6fde57f268c35c7b3"/></dir></dir><dir name="design"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="checkouttester.xml" hash="666e53357dff060a51a5817791379460"/></dir></dir></dir></dir></dir><dir name="code"><dir name="community"><dir name="Yireo"><dir name="CheckoutTester"><dir name="etc"><file name="adminhtml.xml" hash="68ffa5d1b30fb7775db4e9998b4b1173"/><file name="config.xml" hash="9829c4b7de3d8d4ecb8a4c6c40639fa5"/><file name="system.xml" hash="48e7515fe90d68eea546f519b104650e"/></dir><dir name="controllers"><file name="IndexController.php" hash="fb829985f3070ceafb7cdc0ef2a37667"/></dir><dir name="Model"><file name="Feed.php" hash="6f83270f34cc549657e295b463d44a34"/><file name="Observer.php" hash="738effabd6971a0bacc7bee0b329f0a8"/></dir><dir name="Helper"><file name="Data.php" hash="74a58be38d3243c238c734b80ad4c418"/></dir><dir name="Block"><file name="Success.php" hash="37c45fc07ab77076671bdff4a22f01a2"/><dir name="Field"><file name="Link.php" hash="ad102571ae914b6f876ec46976f3136f"/></dir></dir></dir></dir></dir></dir></dir></target></contents></package>
1
  <?xml version="1.0"?>
2
+ <package><name>Yireo_CheckoutTester</name><version>0.1.9</version><stability>stable</stability><license>Open Source License</license><channel>community</channel><extends></extends><summary>No summary</summary><description>No description</description><notes>No notes</notes><authors><author><name>Yireo</name><user>yireo</user><email>info@yireo.com</email></author></authors><date>2016-08-04</date><time>21:54:39</time><compatible></compatible><dependencies><required><php><min>5.4.0</min><max>7.5.0</max></php></required></dependencies><contents><target name="mage"><dir name="app"><dir name="etc"><dir name="modules"><file name="Yireo_CheckoutTester.xml" hash="ecf32af6f0096e9894c7fa068e38672a"/></dir></dir><dir name="design"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="checkouttester.xml" hash="17435d6a56e680f9d43c9be2b9776280"/></dir></dir></dir></dir></dir><dir name="code"><dir name="community"><dir name="Yireo"><dir name="CheckoutTester"><dir name="etc"><file name="adminhtml.xml" hash="d538f59c27ccf1e26a191d7254e1519f"/><file name="config.xml" hash="289b4c369af5cd9b1a1d954c6dbc9bc1"/><file name="system.xml" hash="b1c0dc6e45ff33acbd09e0604b1c7a9b"/></dir><dir name="controllers"><file name="IndexController.php" hash="7c3769e9d58c5eb96a6e37b9931299ae"/></dir><dir name="Model"><file name="Feed.php" hash="c3503473646a10911f0258ca2f1acf19"/><file name="Observer.php" hash="f8e71236e1d69b6b77e4cb768c4ff7ba"/></dir><dir name="Helper"><file name="Data.php" hash="21180b6ed1f76db0467e5941c07ac159"/></dir><dir name="Block"><file name="Success.php" hash="afaf4009896ebafa435c5995cea9721d"/><dir name="Field"><file name="Link.php" hash="4a2fc3297a2d9402ab916e2ed7497435"/></dir></dir></dir></dir></dir></dir></dir></target></contents></package>