Skip to content

Commit 97c1b6d

Browse files
committed
ACP2E-4245: Bundle product price issue on cart page
- Fixed CR comments
1 parent 4a29ec9 commit 97c1b6d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/code/Magento/Tax/Block/Item/Price/Renderer.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,14 +202,13 @@ public function formatPrice($price)
202202
}
203203

204204
/**
205-
* Get item price in display currency or order currency depending on item type
205+
* Get item price in display currency or order currency
206206
*
207207
* @return float
208208
*/
209209
public function getItemDisplayPriceExclTax()
210210
{
211-
$item = $this->getItem();
212-
return $item->getPrice();
211+
return $this->getItem()->getPrice();
213212
}
214213

215214
/**

0 commit comments

Comments
 (0)