Form.php 391 B

12345678910111213141516171819
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. namespace Magento\Paypal\Block\Hosted\Pro;
  7. /**
  8. * Hosted Pro link form
  9. *
  10. * @author Magento Core Team <core@magentocommerce.com>
  11. */
  12. class Form extends \Magento\Payment\Block\Form
  13. {
  14. /**
  15. * @var string
  16. */
  17. protected $_template = 'Magento_Paypal::hss/info.phtml';
  18. }