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 e30e236 commit e25c01fCopy full SHA for e25c01f
app/code/Magento/Sales/Model/Order/Pdf/AbstractPdf.php
@@ -176,8 +176,8 @@ public function __construct(
176
\Magento\Framework\Stdlib\DateTime\TimezoneInterface $localeDate,
177
\Magento\Framework\Translate\Inline\StateInterface $inlineTranslation,
178
\Magento\Sales\Model\Order\Address\Renderer $addressRenderer,
179
- \Magento\Tax\Helper\Data $taxHelper,
180
- array $data = [],
+ TaxHelper $taxHelper = null,
+ array $data = [],
181
Database $fileStorageDatabase = null,
182
?RtlTextHandler $rtlTextHandler = null,
183
?Image $image = null
0 commit comments