Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
advanced.phtml
Go to the documentation of this file.
1 <?php
7 // @codingStandardsIgnoreFile
8 /*
9  * @var $block \Magento\Paypal\Block\Adminhtml\System\Config\Payflowlink\Advanced
10  */
11 ?>
12 <div class="payflow-settings-notice">
13  <p>
14  <strong class="important-label"><?= $block->escapeHtml(__('Important: ')) ?></strong>
15  <?= $block->escapeHtml(__('To use PayPal Payments Advanced, you must configure your PayPal Payments Advanced account on the PayPal website.')) ?>
16  <?= $block->escapeHtml(__('Once you log into your PayPal Advanced account, navigate to the Service Settings - Hosted Checkout Pages - Set Up menu and set the options described below')) ?>
17  </p>
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