Skip to content

Commit 2df3daa

Browse files
committed
AC-13075: Resolve PR comment
1 parent 9eafdbb commit 2df3daa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎app/code/Magento/Tax/Model/Calculation/AbstractAggregateCalculator.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ protected function calculateWithTaxNotInPrice(QuoteDetailsItemInterface $item, $
115115
$taxId = $appliedRate['id'];
116116
$taxRate = $appliedRate['percent'];
117117
$rowTaxPerRate = $this->calculationTool->calcTaxAmount($rowTotalForTaxCalculation, $taxRate, false, false);
118-
119118
$deltaRoundingType = self::KEY_REGULAR_DELTA_ROUNDING;
120119
if ($applyTaxAfterDiscount) {
121120
$deltaRoundingType = self::KEY_TAX_BEFORE_DISCOUNT_DELTA_ROUNDING;

0 commit comments

Comments
 (0)