File tree Expand file tree Collapse file tree 6 files changed +18
-5
lines changed
Multishipping/Block/Checkout
Sales/Block/Adminhtml/Order/Create/Totals
lib/internal/Magento/Framework/View/Layout/etc Expand file tree Collapse file tree 6 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
7
7
/**
8
- * Mustishipping checkout base abstract block
8
+ * Multishipping checkout base abstract block
9
9
*
10
10
* @author Magento Core Team <core@magentocommerce.com>
11
11
*/
Original file line number Diff line number Diff line change 9
9
use Magento \Quote \Model \Quote \Address ;
10
10
11
11
/**
12
- * Mustishipping checkout shipping
12
+ * Multishipping checkout shipping
13
13
*
14
14
* @api
15
15
* @author Magento Core Team <core@magentocommerce.com>
Original file line number Diff line number Diff line change 15
15
*/
16
16
class Discount extends \Magento \Sales \Block \Adminhtml \Order \Create \Totals \DefaultTotals
17
17
{
18
- //protected $_template = 'tax/checkout/subtotal.phtml';
19
-
20
- //protected $_template = 'tax/checkout/subtotal.phtml';
18
+ /**
19
+ * @var \Magento\Tax\Model\Config
20
+ */
21
21
protected $ _taxConfig ;
22
22
23
23
/**
Original file line number Diff line number Diff line change 252
252
<type name =" Magento\Framework\Data\Argument\Interpreter\Composite" >
253
253
<arguments >
254
254
<argument name =" interpreters" xsi : type =" array" >
255
+ <item name =" const" xsi : type =" object" >Magento\Framework\Data\Argument\Interpreter\Constant</item >
255
256
<item name =" object" xsi : type =" object" >configurableObjectArgumentInterpreterProxy</item >
256
257
<item name =" configurableObject" xsi : type =" object" >configurableObjectArgumentInterpreterProxy</item >
257
258
<item name =" array" xsi : type =" object" >arrayArgumentInterpreterProxy</item >
Original file line number Diff line number Diff line change 62
62
</xs : extension >
63
63
</xs : complexContent >
64
64
</xs : complexType >
65
+
66
+ <xs : complexType name =" const" >
67
+ <xs : complexContent >
68
+ <xs : extension base =" argumentType" />
69
+ </xs : complexContent >
70
+ </xs : complexType >
65
71
</xs : schema >
Original file line number Diff line number Diff line change 32
32
<xs : field xpath =" @name" />
33
33
</xs : unique >
34
34
</xs : element >
35
+
36
+ <xs : complexType name =" const" >
37
+ <xs : complexContent >
38
+ <xs : extension base =" argumentType" />
39
+ </xs : complexContent >
40
+ </xs : complexType >
35
41
</xs : schema >
You can’t perform that action at this time.
0 commit comments