Skip to content

Commit 20b9575

Browse files
authored
Update FinalPriceBox.php
1 parent 494c9c0 commit 20b9575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Pricing/Render/FinalPriceBox.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ protected function wrapResult($html)
115115
{
116116
return '<div class="price-box ' . $this->getData('css_classes') . '" ' .
117117
'data-role="priceBox" ' .
118-
'data-product-id="' . $this->getSaleableItem()->getId() . '"' .
118+
'data-product-id="' . $this->getSaleableItem()->getId() . '" ' .
119119
'data-price-box="product-id-' . $this->getSaleableItem()->getId() . '"' .
120120
'>' . $html . '</div>';
121121
}

0 commit comments

Comments
 (0)