Skip to content

Commit 43e7257

Browse files
Pooja.ManralPooja.Manral
authored andcommitted
AC:11798::Shipping price showing diffrent in printed pdf
1 parent 29d3e15 commit 43e7257

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

app/code/Magento/Sales/Test/Unit/Model/Order/Pdf/AbstractTest.php

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,10 @@ public function testInsertTotals()
101101
$localeMock,
102102
$translate,
103103
$addressRenderer,
104-
$data = [],
104+
[],
105+
null,
106+
null,
107+
null,
105108
$taxHelper
106109
],
107110
'',
@@ -153,7 +156,10 @@ public function testDrawLineBlocks()
153156
$localeMock,
154157
$translate,
155158
$addressRenderer,
156-
$data = [],
159+
[],
160+
null,
161+
null,
162+
null,
157163
$taxHelper
158164
],
159165
'',

0 commit comments

Comments
 (0)