File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
app/code/Magento/Paypal/view/frontend/templates Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?php
2
+ /**
3
+ * Copyright © 2015 Magento. All rights reserved.
4
+ * See COPYING.txt for license details.
5
+ */
6
+
7
+ /**
8
+ * @var \Magento\Paypal\Block\Payflow\Link\Iframe $block
9
+ */
10
+ ?>
11
+ <div id="iframe-warning" class="message notice">
12
+ <div><?php echo $ block ->escapeHtml (__ ('Please do not refresh the page until you complete payment. ' )); ?> </div>
13
+ </div>
14
+ <iframe id="hss-iframe" data-container="paypal-iframe" class="paypal iframe" scrolling="no" frameborder="0" border="0"
15
+ src="<?php echo $ block ->escapeUrl ($ block ->getFrameActionUrl ()); ?> " height="610" width="100%"></iframe>
Original file line number Diff line number Diff line change
1
+ <?php
2
+ /**
3
+ * Copyright © 2015 Magento. All rights reserved.
4
+ * See COPYING.txt for license details.
5
+ */
6
+
7
+ /**
8
+ * @var \Magento\Paypal\Block\Payflow\Link\Iframe $block
9
+ */
10
+ ?>
11
+ <div id="iframe-warning" class="message notice">
12
+ <div><?php echo $ block ->escapeHtml (__ ('Please do not refresh the page until you complete payment. ' )); ?> </div>
13
+ </div>
14
+ <iframe id="hss-iframe" data-container="paypal-iframe" class="paypal iframe" scrolling="no" frameborder="0" border="0"
15
+ src="<?php echo $ block ->escapeUrl ($ block ->getFrameActionUrl ()); ?> " height="610" width="100%"></iframe>
You can’t perform that action at this time.
0 commit comments