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
7 // @codingStandardsIgnoreFile
13 ?>
14 <div class="payflow-settings-notice">
15  <strong class="important-label"><?= $block->escapeHtml(__('Important: ')) ?></strong>
16  <?= $block->escapeHtml(__('To use PayPal Payflow Link, you must configure your PayPal Payflow Link account on the PayPal website.')) ?>
17  <?= $block->escapeHtml(__('Once you log into your PayPal Payflow Link account, navigate to the Service Settings - Hosted Checkout Pages - Set Up menu and set the options described below')) ?>
18  <ul class="options-list">
19  <li><strong>AVS:</strong> No</li>
20  <li><strong>CSC:</strong> No</li>
21  <li><strong>Enable Secure Token:</strong> Yes</li>
22  </ul>
23 </div>
__()
Definition: __.php:13
$block
Definition: block.php:8