default widget value

This commit is contained in:
iBNu Maksum
2025-02-17 14:40:47 +07:00
parent aeae936f17
commit a013373554
5 changed files with 44 additions and 11 deletions

View File

@ -0,0 +1,11 @@
<?php
class info_payment_gateway
{
public function getWidget($data = null)
{
global $ui;
return $ui->fetch('widget/info_payment_gateway.tpl');
}
}