[freeside-commits] freeside/httemplate/browse payment_gateway.html, 1.7, 1.8
Jeff Finucane,420,,
jeff at wavetail.420.am
Tue Mar 10 09:14:12 PDT 2009
Update of /home/cvs/cvsroot/freeside/httemplate/browse
In directory wavetail.420.am:/tmp/cvs-serv17517/httemplate/browse
Modified Files:
payment_gateway.html
Log Message:
merge webpay support in with autoselection of old realtime_bop and realtime_refund_bop
Index: payment_gateway.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/browse/payment_gateway.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- payment_gateway.html 2 Mar 2008 01:31:39 -0000 1.7
+++ payment_gateway.html 10 Mar 2009 16:14:10 -0000 1.8
@@ -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,
],
)
More information about the freeside-commits
mailing list