diff --git a/ui/ui/paymentgateway-audit-view.tpl b/ui/ui/paymentgateway-audit-view.tpl index 844f6fb0..90dc2308 100644 --- a/ui/ui/paymentgateway-audit-view.tpl +++ b/ui/ui/paymentgateway-audit-view.tpl @@ -1,79 +1,122 @@ {include file="sections/header.tpl"} +
Key | +Value | +
---|---|
{$k} - {$vk} - {$vvk} | +{$vvv|json_encode} | +
{$k} - {$vk} | +{$vv|json_encode nofilter} | +
{$k} | +{if is_array(json_decode($v, true))}{$v|json_encode}{else}{$v nofilter}{/if} | +
{if $pg['pg_request'] != null}{Lang::jsonArray2text(json_decode($pg['pg_request'], true))}{/if}-
{if $pg['pg_request'] != null}{Lang::jsonArray2text(json_decode($pg['pg_paid_response'], true))}{/if}-
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 @@