Skip to content

Commit 76e828e

Browse files
Pooja.ManralPooja.Manral
authored andcommitted
AC:11798::Shipping price showing diffrent in printed pdf
1 parent 59941ee commit 76e828e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public function __construct(
177177
\Magento\Framework\Translate\Inline\StateInterface $inlineTranslation,
178178
\Magento\Sales\Model\Order\Address\Renderer $addressRenderer,
179179
array $data = [],
180-
TaxHelper $taxHelper = null,
180+
?TaxHelper $taxHelper = null,
181181
Database $fileStorageDatabase = null,
182182
?RtlTextHandler $rtlTextHandler = null,
183183
?Image $image = null

0 commit comments

Comments
 (0)