Skip to content

Commit

Permalink
Update FinalPriceBox.php
Browse files Browse the repository at this point in the history
  • Loading branch information
srenon authored Dec 30, 2017
1 parent 494c9c0 commit 20b9575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Catalog/Pricing/Render/FinalPriceBox.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ protected function wrapResult($html)
{
return '<div class="price-box ' . $this->getData('css_classes') . '" ' .
'data-role="priceBox" ' .
'data-product-id="' . $this->getSaleableItem()->getId() . '"' .
'data-product-id="' . $this->getSaleableItem()->getId() . '" ' .
'data-price-box="product-id-' . $this->getSaleableItem()->getId() . '"' .
'>' . $html . '</div>';
}
Expand Down

0 comments on commit 20b9575

Please sign in to comment.