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}-