Skip to content

Commit 74e9ba6

Browse files
MAGETWO-54776: Checkout Grand Total amount miscacluation
1 parent 0bce43c commit 74e9ba6

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Quote/Model/Quote/Address/Total

1 file changed

+1
-0
lines changed

app/code/Magento/Quote/Model/Quote/Address/Total/Grand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class Grand extends \Magento\Quote\Model\Quote\Address\Total\AbstractTotal
1414
* @param \Magento\Quote\Api\Data\ShippingAssignmentInterface $shippingAssignment
1515
* @param \Magento\Quote\Model\Quote\Address\Total $total
1616
* @return $this
17+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
1718
*/
1819
public function collect(
1920
\Magento\Quote\Model\Quote $quote,

0 commit comments

Comments
 (0)