Skip to content

Commit

Permalink
Update renderer.phtml
Browse files Browse the repository at this point in the history
  • Loading branch information
srenon authored Dec 29, 2017
1 parent 97779a6 commit 494c9c0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@

<script type="text/x-magento-init">
{
"[data-role=priceBox][data-price-box=product-id-<?= $block->escapeHtml($block->getProduct()->getId()) ?>]": {
"[data-role=priceBox][data-price-box=product-id-<?= /* @escapeNotVerified */ $block->escapeHtml($block->getProduct()->getId()) ?>]": {
"priceBox": {
"priceConfig": {
"priceFormat": <?= $block->getPriceFormatJson(); ?>,
"prices": <?= $block->getPricesJson(); ?>
"priceFormat": <?= /* @escapeNotVerified */ $block->getPriceFormatJson(); ?>,
"prices": <?= /* @escapeNotVerified */ $block->getPricesJson(); ?>
}
}
}
Expand Down

0 comments on commit 494c9c0

Please sign in to comment.