mitrobill/system/widgets/info_payment_gateway.php

11 lines
176 B
PHP
Raw Normal View History

2025-02-17 14:40:47 +07:00
<?php
class info_payment_gateway
{
public function getWidget($data = null)
{
global $ui;
return $ui->fetch('widget/info_payment_gateway.tpl');
}
}