Skip to content

Commit 1c14a4a

Browse files
Chhandak.BaruaChhandak.Barua
authored andcommitted
ACP2E-707 Credit memo 'Refund Shipping (Incl. Tax)' shows -0.01
1 parent 0baffd0 commit 1c14a4a

File tree

1 file changed

+0
-11
lines changed
  • app/code/Magento/Sales/Model/Order/Creditmemo/Total

1 file changed

+0
-11
lines changed

app/code/Magento/Sales/Model/Order/Creditmemo/Total/Shipping.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -142,15 +142,4 @@ private function getTaxConfig()
142142
}
143143
return $this->taxConfig;
144144
}
145-
146-
/**
147-
* Get base allowed amount including Tax.
148-
*
149-
* @param float $baseAllowedAmountInclTaxDiff
150-
* @return float
151-
*/
152-
private function getBaseAllowedAmountInclTax(float $baseAllowedAmountInclTaxDiff)
153-
{
154-
return ($baseAllowedAmountInclTaxDiff > 0) ? $baseAllowedAmountInclTaxDiff : 0;
155-
}
156145
}

0 commit comments

Comments
 (0)