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 55 */
66
77/**
8- * Mustishipping checkout base abstract block
8+ * Multishipping checkout base abstract block
99 *
1010 * @author Magento Core Team <[email protected] > 1111 */
Original file line number Diff line number Diff line change 99use Magento \Quote \Model \Quote \Address ;
1010
1111/**
12- * Mustishipping checkout shipping
12+ * Multishipping checkout shipping
1313 *
1414 * @api
1515 * @author Magento Core Team <[email protected] >
Original file line number Diff line number Diff line change 1515 */
1616class Discount extends \Magento \Sales \Block \Adminhtml \Order \Create \Totals \DefaultTotals
1717{
18- //protected $_template = 'tax/checkout/subtotal.phtml';
19-
20- //protected $_template = 'tax/checkout/subtotal.phtml';
18+ /**
19+ * @var \Magento\Tax\Model\Config
20+ */
2121 protected $ _taxConfig ;
2222
2323 /**
Original file line number Diff line number Diff line change 252252 <type name =" Magento\Framework\Data\Argument\Interpreter\Composite" >
253253 <arguments >
254254 <argument name =" interpreters" xsi : type =" array" >
255+ <item name =" const" xsi : type =" object" >Magento\Framework\Data\Argument\Interpreter\Constant</item >
255256 <item name =" object" xsi : type =" object" >configurableObjectArgumentInterpreterProxy</item >
256257 <item name =" configurableObject" xsi : type =" object" >configurableObjectArgumentInterpreterProxy</item >
257258 <item name =" array" xsi : type =" object" >arrayArgumentInterpreterProxy</item >
Original file line number Diff line number Diff line change 6262 </xs : extension >
6363 </xs : complexContent >
6464 </xs : complexType >
65+
66+ <xs : complexType name =" const" >
67+ <xs : complexContent >
68+ <xs : extension base =" argumentType" />
69+ </xs : complexContent >
70+ </xs : complexType >
6571</xs : schema >
Original file line number Diff line number Diff line change 3232 <xs : field xpath =" @name" />
3333 </xs : unique >
3434 </xs : element >
35+
36+ <xs : complexType name =" const" >
37+ <xs : complexContent >
38+ <xs : extension base =" argumentType" />
39+ </xs : complexContent >
40+ </xs : complexType >
3541</xs : schema >
You can’t perform that action at this time.
0 commit comments