diff --git a/ui/ui/paymentgateway-audit.tpl b/ui/ui/paymentgateway-audit.tpl index e10de7d3..3863bece 100644 --- a/ui/ui/paymentgateway-audit.tpl +++ b/ui/ui/paymentgateway-audit.tpl @@ -17,16 +17,12 @@
TRX ID | PG ID | {Lang::T('Username')} | {Lang::T('Plan Name')} | -{Lang::T('Routers')} | {Lang::T('Price')} | {Lang::T('Payment Link')} | -{Lang::T('Channel')} | {Lang::T('Created')} | -{Lang::T('Expired')} | {Lang::T('Paid')} | {Lang::T('Invoice')} | {Lang::T('Status')} | @@ -35,13 +31,11 @@
---|---|---|---|---|---|---|---|---|---|---|---|---|
{$pg['id']} | {$pg['gateway_trx_id']} | + class="text-black">{$pg['id']}{$pg['username']} | {$pg['plan_name']} | -{$pg['routers']} | {Lang::moneyFormat($pg['price'])} | {if $pg['pg_url_payment']} @@ -49,9 +43,7 @@ rel="noopener noreferrer">open {/if} | -{$pg['payment_method']} - {$pg['payment_channel']} | {if $pg['created_date'] != null}{Lang::dateTimeFormat($pg['created_date'])}{/if} | -{if $pg['expired_date'] != null}{Lang::dateTimeFormat($pg['expired_date'])}{/if} | {if $pg['paid_date'] != null}{Lang::dateTimeFormat($pg['paid_date'])}{/if} | {if $pg['trx_invoice']}{$pg['trx_invoice']}{/if} | @@ -63,8 +55,8 @@