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 +2 -2
- app/code/community/Yireo/CheckoutTester/Block/Success.php +2 -2
- app/code/community/Yireo/CheckoutTester/Helper/Data.php +2 -2
- app/code/community/Yireo/CheckoutTester/Model/Feed.php +1 -1
- app/code/community/Yireo/CheckoutTester/Model/Observer.php +1 -1
- app/code/community/Yireo/CheckoutTester/controllers/IndexController.php +5 -5
- app/code/community/Yireo/CheckoutTester/etc/adminhtml.xml +2 -2
- app/code/community/Yireo/CheckoutTester/etc/config.xml +3 -3
- app/code/community/Yireo/CheckoutTester/etc/system.xml +2 -2
- app/design/frontend/base/default/layout/checkouttester.xml +2 -2
- app/etc/modules/Yireo_CheckoutTester.xml +2 -2
- package.xml +1 -1
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 (
|
7 |
-
* @copyright Copyright 2015 Yireo (
|
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 (
|
7 |
-
* @copyright Copyright 2015 Yireo (
|
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 (
|
7 |
-
* @copyright Copyright (C) 2014 Yireo (
|
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
|
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
|
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 (
|
7 |
-
* @copyright Copyright 2015 Yireo (
|
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 (
|
8 |
-
* @copyright Copyright 2015 Yireo (
|
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 (
|
8 |
-
* @copyright Copyright 2015 Yireo (
|
9 |
* @license Open Source License (OSL v3)
|
10 |
*/
|
11 |
-->
|
@@ -13,7 +13,7 @@
|
|
13 |
|
14 |
<modules>
|
15 |
<Yireo_CheckoutTester>
|
16 |
-
<version>0.1.
|
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 (
|
8 |
-
* @copyright Copyright 2015 Yireo (
|
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 (
|
7 |
-
* @copyright Copyright 2015 Yireo (
|
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 (
|
8 |
-
* @copyright Copyright 2015 Yireo (
|
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.
|
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>
|