File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
app/code/Magento/Checkout Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ protected function doGetItemData()
75
75
'product_url ' => $ this ->getProductUrl (),
76
76
'product_has_url ' => $ this ->hasProductUrl (),
77
77
'product_price ' => $ this ->checkoutHelper ->formatPrice ($ this ->item ->getCalculationPrice ()),
78
+ 'product_price_value ' => $ this ->item ->getCalculationPrice (),
78
79
'product_image ' => [
79
80
'src ' => $ imageHelper ->getUrl (),
80
81
'alt ' => $ imageHelper ->getLabel (),
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ public function testGetItemData()
85
85
$ this ->assertArrayHasKey ('product_url ' , $ itemData );
86
86
$ this ->assertArrayHasKey ('product_has_url ' , $ itemData );
87
87
$ this ->assertArrayHasKey ('product_price ' , $ itemData );
88
+ $ this ->assertArrayHasKey ('product_price_value ' , $ itemData );
88
89
$ this ->assertArrayHasKey ('product_image ' , $ itemData );
89
90
$ this ->assertArrayHasKey ('canApplyMsrp ' , $ itemData );
90
91
}
You can’t perform that action at this time.
0 commit comments