Purchaseorder.php 365 B

12345678910111213141516
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. namespace Magento\OfflinePayments\Block\Form;
  7. class Purchaseorder extends \Magento\Payment\Block\Form
  8. {
  9. /**
  10. * Purchase order template
  11. *
  12. * @var string
  13. */
  14. protected $_template = 'Magento_OfflinePayments::form/purchaseorder.phtml';
  15. }