Skip to content

Commit 5d1eb33

Browse files
author
Yu Tang
committed
MAGETWO-44639: Incorrect prices in shopping cart when MAP is enabled and catalog prices is including tax
- Fix static test failure
1 parent 0b58de7 commit 5d1eb33

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/Subtotal.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ protected function _removeItem($address, $item)
171171
* @param \Magento\Quote\Model\Quote $quote
172172
* @param Address\Total $total
173173
* @return array
174+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
174175
*/
175176
public function fetch(\Magento\Quote\Model\Quote $quote, \Magento\Quote\Model\Quote\Address\Total $total)
176177
{

0 commit comments

Comments
 (0)