iframe.phtml 560 B

123456789101112131415
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. /**
  7. * @var \Magento\Paypal\Block\Payflow\Link\Iframe $block
  8. */
  9. ?>
  10. <div id="iframe-warning" class="message notice">
  11. <div><?= $block->escapeHtml(__('Please do not refresh the page until you complete payment.')) ?></div>
  12. </div>
  13. <iframe id="hss-iframe" data-container="paypal-iframe" class="paypal iframe" scrolling="no" frameborder="0" border="0"
  14. src="<?= $block->escapeUrl($block->getFrameActionUrl()) ?>" height="610" width="100%"></iframe>