Newer
Older
TillQliro / Block / Form / QliroOne.php
@Jonas Jonsson Jonas Jonsson on 2 Apr 2024 327 bytes Initial
<?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';
}