Skip to content

Commit e25c01f

Browse files
committed
AC-11798::Shipping price showing diffrent in printed pdf
1 parent e30e236 commit e25c01f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Sales/Model/Order/Pdf/AbstractPdf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ public function __construct(
176176
\Magento\Framework\Stdlib\DateTime\TimezoneInterface $localeDate,
177177
\Magento\Framework\Translate\Inline\StateInterface $inlineTranslation,
178178
\Magento\Sales\Model\Order\Address\Renderer $addressRenderer,
179-
\Magento\Tax\Helper\Data $taxHelper,
180-
array $data = [],
179+
TaxHelper $taxHelper = null,
180+
array $data = [],
181181
Database $fileStorageDatabase = null,
182182
?RtlTextHandler $rtlTextHandler = null,
183183
?Image $image = null

0 commit comments

Comments
 (0)