[freeside-commits]
freeside/htetc global.asa, 1.59, 1.60 handler.pl, 1.57, 1.58
Ivan,,,
ivan at wavetail.420.am
Wed Aug 24 06:22:29 PDT 2005
- Previous message: [freeside-commits] freeside/httemplate/elements
select-month_year.html, NONE, 1.1 overlibmws_draggable.js,
NONE, 1.1 overlibmws_iframe.js, NONE, 1.1 progress-init.html,
1.3, 1.4
- Next message: [freeside-commits] freeside/httemplate/docs cvv2.html, 1.2,
1.3 ach.html, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/htetc
In directory wavetail:/tmp/cvs-serv27204/htetc
Modified Files:
global.asa handler.pl
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: global.asa
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/global.asa,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- global.asa 17 Aug 2005 22:23:46 -0000 1.59
+++ global.asa 24 Aug 2005 13:22:26 -0000 1.60
@@ -27,7 +27,7 @@
use Business::CreditCard;
use String::Approx qw(amatch);
use Chart::LinesPoints;
-use HTML::Widgets::SelectLayers 0.03;
+use HTML::Widgets::SelectLayers 0.05;
use FS;
use FS::UID qw(cgisuidsetup dbh getotaker datasrc driver_name);
use FS::Record qw(qsearch qsearchs fields dbdef);
Index: handler.pl
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/handler.pl,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- handler.pl 17 Aug 2005 22:23:46 -0000 1.57
+++ handler.pl 24 Aug 2005 13:22:26 -0000 1.58
@@ -110,7 +110,7 @@
use Business::CreditCard;
use String::Approx qw(amatch);
use Chart::LinesPoints;
- use HTML::Widgets::SelectLayers 0.03;
+ use HTML::Widgets::SelectLayers 0.05;
use FS;
use FS::UID qw(cgisuidsetup dbh getotaker datasrc driver_name);
use FS::Record qw(qsearch qsearchs fields dbdef);
- Previous message: [freeside-commits] freeside/httemplate/elements
select-month_year.html, NONE, 1.1 overlibmws_draggable.js,
NONE, 1.1 overlibmws_iframe.js, NONE, 1.1 progress-init.html,
1.3, 1.4
- Next message: [freeside-commits] freeside/httemplate/docs cvv2.html, 1.2,
1.3 ach.html, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list