File tree Expand file tree Collapse file tree 24 files changed +61
-107
lines changed
Test/Unit/Block/Adminhtml/Form/Field
Payment/Model/Method/Online
ResourceModel/Report/Settlement Expand file tree Collapse file tree 24 files changed +61
-107
lines changed Original file line number Diff line number Diff line change 11<?php
22/**
3- * Copyright © Magento, Inc. All rights reserved.
4- * See COPYING.txt for license details .
3+ * Copyright 2011 Adobe
4+ * All Rights Reserved .
55 */
66namespace Magento \OfflineShipping \Block \Adminhtml \Carrier \Tablerate ;
77
88/**
99 * Shipping carrier table rate grid block
1010 * WARNING: This grid used for export table rates
11- *
12- * @author Magento Core Team <core@magentocommerce.com>
1311 */
1412class Grid extends \Magento \Backend \Block \Widget \Grid \Extended
1513{
Original file line number Diff line number Diff line change 11<?php
22/**
3- * Copyright © Magento, Inc. All rights reserved.
4- * See COPYING.txt for license details .
3+ * Copyright 2011 Adobe
4+ * All Rights Reserved .
55 */
66namespace Magento \OfflineShipping \Block \Adminhtml \Form \Field ;
77
88/**
99 * Export CSV button for shipping table rates
10- *
11- * @author Magento Core Team <core@magentocommerce.com>
1210 */
1311class Export extends \Magento \Framework \Data \Form \Element \AbstractElement
1412{
@@ -36,6 +34,8 @@ public function __construct(
3634 }
3735
3836 /**
37+ * Get elementHtml
38+ *
3939 * @return string
4040 */
4141 public function getElementHtml ()
Original file line number Diff line number Diff line change 11<?php
22/**
3- * Copyright © Magento, Inc. All rights reserved.
4- * See COPYING.txt for license details .
3+ * Copyright 2011 Adobe
4+ * All Rights Reserved .
55 */
66namespace Magento \OfflineShipping \Block \Adminhtml \Form \Field ;
77
88/**
99 * Custom import CSV file field for shipping table rates
10- *
11- * @author Magento Core Team <core@magentocommerce.com>
1210 */
1311class Import extends \Magento \Framework \Data \Form \Element \AbstractElement
1412{
1513 /**
14+ * Initialize Import
15+ *
1616 * @return void
1717 */
1818 protected function _construct ()
Original file line number Diff line number Diff line change 11<?php
22/**
3- * Copyright © Magento, Inc. All rights reserved.
4- * See COPYING.txt for license details .
3+ * Copyright 2011 Adobe
4+ * All Rights Reserved .
55 */
66
77/**
88 * Free shipping model
9- *
10- * @author Magento Core Team <core@magentocommerce.com>
119 */
1210namespace Magento \OfflineShipping \Model \Carrier ;
1311
Original file line number Diff line number Diff line change 11<?php
22/**
3- * Copyright © Magento, Inc. All rights reserved.
4- * See COPYING.txt for license details .
3+ * Copyright 2013 Adobe
4+ * All Rights Reserved .
55 */
66namespace Magento \OfflineShipping \Model \Config \Backend ;
77
88use Magento \Framework \Model \AbstractModel ;
99
1010/**
1111 * Backend model for shipping table rates CSV importing
12- *
13- * @author Magento Core Team <core@magentocommerce.com>
1412 */
1513class Tablerate extends \Magento \Framework \App \Config \Value
1614{
@@ -44,6 +42,8 @@ public function __construct(
4442 }
4543
4644 /**
45+ * After save
46+ *
4747 * @return $this
4848 */
4949 public function afterSave ()
Original file line number Diff line number Diff line change 11<?php
22/**
3- * Copyright © Magento, Inc. All rights reserved.
4- * See COPYING.txt for license details .
3+ * Copyright 2011 Adobe
4+ * All Rights Reserved .
55 */
66
77/**
88 * Shipping table rates
9- *
10- * @author Magento Core Team <core@magentocommerce.com>
119 */
1210
1311namespace Magento \OfflineShipping \Model \ResourceModel \Carrier ;
Original file line number Diff line number Diff line change 11<?php
22/**
3- * Copyright © Magento, Inc. All rights reserved.
4- * See COPYING.txt for license details .
3+ * Copyright 2014 Adobe
4+ * All Rights Reserved .
55 */
66
77/**
88 * Shopping Cart Rule data model
9- *
10- * @author Magento Core Team <core@magentocommerce.com>
119 */
1210namespace Magento \OfflineShipping \Model \SalesRule ;
1311
Original file line number Diff line number Diff line change 11<?php
22/**
3- * Copyright © Magento, Inc. All rights reserved.
4- * See COPYING.txt for license details .
3+ * Copyright 2011 Adobe
4+ * All Rights Reserved .
55 */
66
77/**
88 * Shopping Cart Rule data model
9- *
10- * @author Magento Core Team <core@magentocommerce.com>
119 */
1210namespace Magento \OfflineShipping \Model \SalesRule ;
1311
@@ -20,10 +18,10 @@ class Rule
2018 /**
2119 * Free Shipping option "For matching items only"
2220 */
23- const FREE_SHIPPING_ITEM = 1 ;
21+ public const FREE_SHIPPING_ITEM = 1 ;
2422
2523 /**
2624 * Free Shipping option "For shipment with matching items"
2725 */
28- const FREE_SHIPPING_ADDRESS = 2 ;
26+ public const FREE_SHIPPING_ADDRESS = 2 ;
2927}
Original file line number Diff line number Diff line change 11<?php
22/**
3- * Copyright © Magento, Inc. All rights reserved.
4- * See COPYING.txt for license details .
3+ * Copyright 2012 Adobe
4+ * All Rights Reserved .
55 */
66declare (strict_types=1 );
77
88/**
99 * Custom import CSV file field for shipping table rates
10- *
11- * @author Magento Core Team <core@magentocommerce.com>
1210 */
1311namespace Magento \OfflineShipping \Test \Unit \Block \Adminhtml \Form \Field ;
1412
Original file line number Diff line number Diff line change 11<?php
22/**
3- * Copyright © Magento, Inc. All rights reserved.
4- * See COPYING.txt for license details .
3+ * Copyright 2015 Adobe
4+ * All Rights Reserved .
55 */
66namespace Magento \Payment \Model \Method \Online ;
77
1010
1111/**
1212 * Gateway interface for online payment methods
13- *
14- * @author Magento Core Team <core@magentocommerce.com>
1513 */
1614interface GatewayInterface
1715{
You can’t perform that action at this time.
0 commit comments