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 afafc3c commit f5bdc45Copy full SHA for f5bdc45
app/code/Magento/Multishipping/Model/Checkout/Type/Multishipping.php
@@ -1066,7 +1066,7 @@ private function validateMinimumAmountForAddressItems()
1066
1067
$baseTotal = 0;
1068
foreach ($addresses as $address) {
1069
- $taxes = ($taxInclude) ? $address->getBaseTaxAmount() : 0;
+ $taxes = $taxInclude ? $address->getBaseTaxAmount() : 0;
1070
$baseTotal += $address->getBaseSubtotalWithDiscount() + $taxes;
1071
}
1072
0 commit comments