Skip to content

Commit e30e236

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ abstract public function getPdf();
9292

9393
/**
9494
* Core store config
95+
*
9596
* @var \Magento\Framework\App\Config\ScopeConfigInterface
9697
*/
9798
protected $_scopeConfig;
@@ -157,6 +158,7 @@ abstract public function getPdf();
157158
* @param \Magento\Framework\Stdlib\DateTime\TimezoneInterface $localeDate
158159
* @param \Magento\Framework\Translate\Inline\StateInterface $inlineTranslation
159160
* @param \Magento\Sales\Model\Order\Address\Renderer $addressRenderer
161+
* @param \Magento\Tax\Helper\Data $taxHelper
160162
* @param array $data
161163
* @param Database $fileStorageDatabase
162164
* @param RtlTextHandler|null $rtlTextHandler

0 commit comments

Comments
 (0)