We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf98d1 commit 9230424Copy full SHA for 9230424
app/code/Magento/Tax/Block/Sales/Order/Tax.php
@@ -260,16 +260,11 @@ protected function _initShipping()
260
}
261
262
/**
263
- * @return void
+ * @return null
264
*/
265
protected function _initDiscount()
266
{
267
- // $store = $this->getStore();
268
- // $parent = $this->getParentBlock();
269
- // if ($this->_config->displaySales) {
270
- //
271
- // } elseif ($this->_config->displaySales) {
272
- // }
+ return null;
273
274
275
0 commit comments