Skip to content

Commit f0a4c0c

Browse files
committed
ACP2E-3874: Order "base_row_total" and "row_total" show single item price in REST API response
1 parent a6079e1 commit f0a4c0c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Sales/Test/Unit/Block/Adminhtml/Items/Column/DefaultColumnTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ protected function setUp(): void
3636
);
3737
$this->itemMock = $this->getMockBuilder(Item::class)
3838
->disableOriginalConstructor()
39-
->setMethods(['getRowTotal', 'getDiscountAmount', 'getBaseRowTotal', 'getBaseDiscountAmount'])
4039
->getMock();
4140
}
4241

0 commit comments

Comments
 (0)