<?php
/**
* Copyright © Qliro AB. All rights reserved.
* See LICENSE.txt for license details.
*/
namespace Qliro\QliroOne\Block\Form;
class QliroOne extends \Magento\Payment\Block\Form
{
/**
* QliroOne template
*
* @var string
*/
protected $_template = 'Qliro_QliroOne::form/qliroone.phtml';
}