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 ff04f26 commit 39933f7Copy full SHA for 39933f7
app/code/Magento/Tax/Block/Sales/Order/Tax.php
@@ -256,16 +256,11 @@ protected function _initShipping()
256
}
257
258
/**
259
- * @return void
+ * @return null
260
*/
261
protected function _initDiscount()
262
{
263
- // $store = $this->getStore();
264
- // $parent = $this->getParentBlock();
265
- // if ($this->_config->displaySales) {
266
- //
267
- // } elseif ($this->_config->displaySales) {
268
- // }
+ return null;
269
270
271
0 commit comments