Skip to content

Commit d8109fb

Browse files
committed
MAGETWO-53151: Non-applicable tax information is displayed on Multishipping review page
1 parent 74be98d commit d8109fb

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Tax/Model/Sales/Total/Quote

1 file changed

+1
-1
lines changed

app/code/Magento/Tax/Model/Sales/Total/Quote/Tax.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ public function fetch(\Magento\Quote\Model\Quote $quote, \Magento\Quote\Model\Qu
303303
$applied = unserialize($applied);
304304
}
305305
$amount = $total->getTaxAmount();
306-
if ($amount == null) {
306+
if ($amount === null) {
307307
$this->enhanceTotalData($quote, $total);
308308
$amount = $total->getTaxAmount();
309309
}

0 commit comments

Comments
 (0)