Skip to content
Snippets Groups Projects
Commit a8bbbf2b authored by Mike Weis's avatar Mike Weis
Browse files

MAGETWO-31458: FPT is displayed in invoice totals for partial invoice when...

MAGETWO-31458: FPT is displayed in invoice totals for partial invoice when product with no FPT is invoiced

 - fixed static build failures
parent 77fecc5a
Branches
No related merge requests found
...@@ -275,8 +275,8 @@ class ItemTest extends \PHPUnit_Framework_TestCase ...@@ -275,8 +275,8 @@ class ItemTest extends \PHPUnit_Framework_TestCase
$creditmemoMock->expects($this->exactly(4)) $creditmemoMock->expects($this->exactly(4))
->method('roundPrice') ->method('roundPrice')
->will($this->returnCallback( ->will($this->returnCallback(
function($arg) { function ($arg) {
return round($arg,2); return round($arg, 2);
} }
)); ));
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment