Skip to content

Commit af80381

Browse files
author
Jon Doe
committed
ACP2E-31: Free Shipping does not show in totals on invoice page
1 parent 2ecda40 commit af80381

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Sales/Block/Order/Invoice/Totals.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function setInvoice($invoice)
6666
/**
6767
* Get totals source object
6868
*
69-
* @return Invoice
69+
* @return Order
7070
*/
7171
public function getSource()
7272
{

app/code/Magento/Sales/Block/Order/Totals.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ protected function _initTotals()
171171
}
172172

173173
/**
174-
* add shipping total
174+
* Add shipping total
175175
*
176176
* @param Order|Order\Invoice $source
177177
* @retrurn void

0 commit comments

Comments
 (0)