[freeside-commits] freeside/fs_selfservice/FS-SelfService SelfService.pm, 1.43, 1.44
Jeff Finucane,420,,
jeff at wavetail.420.am
Tue Mar 10 09:14:12 PDT 2009
Update of /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService
In directory wavetail.420.am:/tmp/cvs-serv17517/fs_selfservice/FS-SelfService
Modified Files:
SelfService.pm
Log Message:
merge webpay support in with autoselection of old realtime_bop and realtime_refund_bop
Index: SelfService.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/SelfService.pm,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- SelfService.pm 7 Feb 2009 20:16:11 -0000 1.43
+++ SelfService.pm 10 Mar 2009 16:14:10 -0000 1.44
@@ -39,6 +39,7 @@
'process_payment_order_pkg' => 'MyAccount/process_payment_order_pkg',
'process_payment_order_renew' => 'MyAccount/process_payment_order_renew',
'process_prepay' => 'MyAccount/process_prepay',
+ 'realtime_collect' => 'MyAccount/realtime_collect',
'list_pkgs' => 'MyAccount/list_pkgs', #add to ss (added?)
'list_svcs' => 'MyAccount/list_svcs', #add to ss (added?)
'list_svc_usage' => 'MyAccount/list_svc_usage',
@@ -58,6 +59,7 @@
'signup_info' => 'Signup/signup_info',
'domain_select_hash' => 'Signup/domain_select_hash', # expose?
'new_customer' => 'Signup/new_customer',
+ 'capture_payment' => 'Signup/capture_payment',
'agent_login' => 'Agent/agent_login',
'agent_logout' => 'Agent/agent_logout',
'agent_info' => 'Agent/agent_info',
More information about the freeside-commits
mailing list