Skip to content

Commit 80f5bda

Browse files
MAGETWO-54776: Checkout Grand Total amount miscacluation
1 parent f890acf commit 80f5bda

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
@@ -37,6 +37,7 @@ public function collect(
3737
* @param \Magento\Quote\Model\Quote $quote
3838
* @param \Magento\Quote\Model\Quote\Address\Total $total
3939
* @return $this
40+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
4041
*/
4142
public function fetch(\Magento\Quote\Model\Quote $quote, \Magento\Quote\Model\Quote\Address\Total $total)
4243
{

0 commit comments

Comments
 (0)