10
10
use MyParcelNL \magento \Model \Sales \MagentoOrderCollection ;
11
11
12
12
/**
13
- * Short_description
14
- * LICENSE: This source file is subject to the Creative Commons License.
15
- * It is available through the world-wide-web at this URL:
16
- * http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US
13
+ * Action to create and print MyParcel Track
14
+ *
17
15
* If you want to add improvements, please create a fork in our GitHub:
18
16
* https://github.com/myparcelnl
19
- * @package MyParcelNL\Magento
20
- * @author Reindert Vetter <reindert@myparcel.nl>
21
- * @copyright 2010-2016 MyParcel
22
- * @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US CC BY-NC-ND 3.0 NL
23
- * @link https://github.com/myparcelnl/magento
24
- * @since File available since Release 0.1.0
17
+ *
18
+ * @author Reindert Vetter <reindert@myparcel.nl>
19
+ * @copyright 2010-2017 MyParcel
20
+ * @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US CC BY-NC-ND 3.0 NL
21
+ * @link https://github.com/myparcelnl/magento
22
+ * @since File available since Release 0.1.0
25
23
*/
26
- class MassTrackTraceLabel extends \Magento \Framework \App \Action \Action
24
+ class CreateAndPrintMyParcelTrack extends \Magento \Framework \App \Action \Action
27
25
{
28
26
const PATH_MODEL_ORDER = 'Magento\Sales\Model\Order ' ;
29
27
const PATH_URI_ORDER_INDEX = 'sales/order/index ' ;
@@ -39,7 +37,7 @@ class MassTrackTraceLabel extends \Magento\Framework\App\Action\Action
39
37
private $ modelOrder ;
40
38
41
39
/**
42
- * MassTrackTraceLabel constructor.
40
+ * CreateAndPrintMyParcelTrack constructor.
43
41
*
44
42
* @param Context $context
45
43
*/
0 commit comments