Newer
Older
TillQliro / Gateway / Config / Config.php
@Jonas Jonsson Jonas Jonsson on 2 Apr 2024 264 bytes Initial
<?php
/**
 * Copyright © Qliro AB. All rights reserved.
 * See LICENSE.txt for license details.
 */

namespace Qliro\QliroOne\Gateway\Config;

use Magento\Framework\App\Config\ScopeConfigInterface;

class Config extends \Magento\Payment\Gateway\Config\Config
{
}