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 0baffd0 commit 1c14a4aCopy full SHA for 1c14a4a
app/code/Magento/Sales/Model/Order/Creditmemo/Total/Shipping.php
@@ -142,15 +142,4 @@ private function getTaxConfig()
142
}
143
return $this->taxConfig;
144
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
- }
156
0 commit comments