1234567891011121314151617181920 |
- <?php
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- /**
- * Renderer for Payments Advanced information
- */
- namespace Magento\Paypal\Block\Adminhtml\System\Config\Payflowlink;
- class Advanced extends \Magento\Paypal\Block\Adminhtml\System\Config\Payflowlink\Info
- {
- /**
- * Template path
- *
- * @var string
- */
- protected $_template = 'Magento_Paypal::system/config/payflowlink/advanced.phtml';
- }
|