Skip to content

Commit 7a5f80c

Browse files
MAGETWO-95809: Item row total display incorrect value in API response
- Stabilize static tests.
1 parent 4f03bfe commit 7a5f80c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

app/code/Magento/Sales/Block/Order/Item/Renderer/DefaultRenderer.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ public function __construct(
4848
}
4949

5050
/**
51+
* Set item.
52+
*
5153
* @param \Magento\Framework\DataObject $item
5254
* @return $this
5355
*/
@@ -58,6 +60,8 @@ public function setItem(\Magento\Framework\DataObject $item)
5860
}
5961

6062
/**
63+
* Get item.
64+
*
6165
* @return array|null
6266
*/
6367
public function getItem()
@@ -76,6 +80,8 @@ public function getOrder()
7680
}
7781

7882
/**
83+
* Get order item.
84+
*
7985
* @return array|null
8086
*/
8187
public function getOrderItem()
@@ -88,6 +94,8 @@ public function getOrderItem()
8894
}
8995

9096
/**
97+
* Get item options.
98+
*
9199
* @return array
92100
*/
93101
public function getItemOptions()

0 commit comments

Comments
 (0)