diff options
author | jeff <jeff> | 2009-03-09 03:51:10 +0000 |
---|---|---|
committer | jeff <jeff> | 2009-03-09 03:51:10 +0000 |
commit | fca3dd0b189baa394dd73d58d868d065a2b36cf7 (patch) | |
tree | 3025e96892cad7256fb9e5415a6994f81bbb2df1 /httemplate/browse/payment_gateway.html | |
parent | 097a12385d80ef52f37d4cc2bb93bc3f81e6f8e6 (diff) |
webpay support #4103webpay_support_branch
Diffstat (limited to 'httemplate/browse/payment_gateway.html')
-rw-r--r-- | httemplate/browse/payment_gateway.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/browse/payment_gateway.html b/httemplate/browse/payment_gateway.html index 848c58a82..a06e5cf7c 100644 --- a/httemplate/browse/payment_gateway.html +++ b/httemplate/browse/payment_gateway.html @@ -10,17 +10,21 @@ }, 'count_query' => $count_query, 'header' => [ '#', + 'Type', 'Gateway', 'Username', 'Password', 'Action', + 'URL', 'Options', ], 'fields' => [ 'gatewaynum', + 'namespace_description', $gateway_sub, 'gateway_username', sub { ' - '; }, 'gateway_action', + 'gateway_callback_url', $options_sub, ], ) |