[freeside-commits] freeside/fs_selfservice/FS-SelfService
SelfService.pm, 1.18, 1.19
Ivan,,,
ivan at wavetail.420.am
Wed Aug 24 06:22:29 PDT 2005
Update of /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService
In directory wavetail:/tmp/cvs-serv27204/fs_selfservice/FS-SelfService
Modified Files:
SelfService.pm
Log Message:
customer edit: abstract out billing info to billing.html, re-do payment type selection with HTML::Widgets::SelectLayers, add Switch/Solo/Maestro support for start date & issue #. customer view: re-order fields for consistency. selfservice API: support paystart_month, paystart_year, payissue and payip in MyAccount::process_payment and ::edit_info and Signup::new_customer, FS::cust_main::realtime_bop: support paystart_month paystart_year payissue payip fields
Index: SelfService.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/SelfService.pm,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- SelfService.pm 8 Jun 2005 09:03:06 -0000 1.18
+++ SelfService.pm 24 Aug 2005 13:22:27 -0000 1.19
@@ -163,6 +163,10 @@
'payby' => $payby,
'payinfo' => $payinfo,
'paycvv' => $paycvv,
+ 'paystart_month' => $paystart_month
+ 'paystart_year' => $paystart_year,
+ 'payissue' => $payissue,
+ 'payip' => $payip
'paydate' => $paydate,
'payname' => $payname,
'invoicing_list' => $invoicing_list,
More information about the freeside-commits
mailing list