mundipagg/magento2

View on GitHub
view/frontend/templates/info/billet.phtml

Summary

Maintainability
Test Coverage
<?php if ($this->getBilletUrl() && $this->getInfo()->getOrder()->getStatus() == 'pending'): ?>
    <span><?php echo __($this->getTitle()) ?></span>
    <hr />
    <a class="action tocart primary" id="mundipagg-link-boleto" href="<?php echo $this->getBilletUrl() ?>" target="_blank"><?php echo __('Print Billet') ?></a>
<?php else: ?>
    <span><?php echo __($this->getTitle()) ?></span>
<?php endif ?>