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 2ecda40 commit af80381Copy full SHA for af80381
app/code/Magento/Sales/Block/Order/Invoice/Totals.php
@@ -66,7 +66,7 @@ public function setInvoice($invoice)
66
/**
67
* Get totals source object
68
*
69
- * @return Invoice
+ * @return Order
70
*/
71
public function getSource()
72
{
app/code/Magento/Sales/Block/Order/Totals.php
@@ -171,7 +171,7 @@ protected function _initTotals()
171
}
172
173
174
- * add shipping total
+ * Add shipping total
175
176
* @param Order|Order\Invoice $source
177
* @retrurn void
0 commit comments