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.
2 parents 1d9de1c + 1817dde commit d4b3339Copy full SHA for d4b3339
app/code/Magento/Sales/Model/Order/Pdf/Total/DefaultTotal.php
@@ -97,7 +97,7 @@ public function getTotalsForDisplay()
97
public function getFullTaxInfo()
98
{
99
$fontSize = $this->getFontSize() ? $this->getFontSize() : 7;
100
- $taxClassAmount = $this->_taxHelper->getCalculatedTaxes($this->getOrder());
+ $taxClassAmount = $this->_taxHelper->getCalculatedTaxes($this->getSource());
101
if (!empty($taxClassAmount)) {
102
foreach ($taxClassAmount as &$tax) {
103
$percent = $tax['percent'] ? ' (' . $tax['percent'] . '%)' : '';
0 commit comments