Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
info.phtml
Go to the documentation of this file.
1 <?php
6 // @codingStandardsIgnoreFile
10 ?>
11 <div id="payment_form_<?= $block->escapeHtml($block->getMethodCode()) ?>"
12  style="display:none" class="hss items">
13  <?= $block->escapeHtml(__(
14  'You will be required to enter your payment details after you place an order.'
15  )); ?>
16 </div>
__()
Definition: __.php:13
$block
Definition: block.php:8