Advanced.php 469 B

1234567891011121314151617181920
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. /**
  7. * Renderer for Payments Advanced information
  8. */
  9. namespace Magento\Paypal\Block\Adminhtml\System\Config\Payflowlink;
  10. class Advanced extends \Magento\Paypal\Block\Adminhtml\System\Config\Payflowlink\Info
  11. {
  12. /**
  13. * Template path
  14. *
  15. * @var string
  16. */
  17. protected $_template = 'Magento_Paypal::system/config/payflowlink/advanced.phtml';
  18. }