Skip to content

Commit

Permalink
Update button.phtml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckyK authored Nov 9, 2017
1 parent 4955238 commit faee0ba
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<?php /** @var $block \Magento\Checkout\Block\Onepage\Success */ ?>

<?php if ($block->getCanViewOrder() && $block->getCanPrintOrder()) :?>
<a href="<?= /* @escapeNotVerified */ echo $block->getPrintUrl() ?>" target="_blank" class="print">
<?= /* @escapeNotVerified */ echo __('Print receipt') ?>
<a href="<?= /* @escapeNotVerified */ $block->getPrintUrl() ?>" target="_blank" class="print">
<?= /* @escapeNotVerified */ __('Print receipt') ?>
</a>
<?= $block->getChildHtml() ?>
<?php endif;?>

0 comments on commit faee0ba

Please sign in to comment.