[freeside-commits] freeside/htetc handler.pl, 1.56, 1.57 global.asa, 1.58, 1.59

Ivan,,, ivan at wavetail.420.am
Wed Aug 17 15:23:48 PDT 2005


Update of /home/cvs/cvsroot/freeside/htetc
In directory wavetail:/tmp/cvs-serv31511/htetc

Modified Files:
	handler.pl global.asa 
Log Message:
infrastructure for easier schema changes, and: add payment_gateway, payment_gateway_option and agent_payment_gateway tables, add paystart_month, paystart_year, payissue and payip fields to cust_main, add preliminary gateway and gateway override editing to web UI, use payment gateway override when processing payments (card type, not taxclass yet)

Index: handler.pl
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/handler.pl,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- handler.pl	2 Jun 2005 09:29:56 -0000	1.56
+++ handler.pl	17 Aug 2005 22:23:46 -0000	1.57
@@ -165,6 +165,8 @@
       use FS::rate;
       use FS::rate_region;
       use FS::rate_prefix;
+      use FS::payment_gateway;
+      use FS::agent_payment_gateway;
       use FS::XMLRPC;
 
       if ( %%%RT_ENABLED%%% ) {

Index: global.asa
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/global.asa,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- global.asa	2 Jun 2005 09:29:56 -0000	1.58
+++ global.asa	17 Aug 2005 22:23:46 -0000	1.59
@@ -82,6 +82,8 @@
 use FS::rate;
 use FS::rate_region;
 use FS::rate_prefix;
+use FS::payment_gateway;
+use FS::agent_payment_gateway;
 
 sub Script_OnStart {
   $Response->AddHeader('Cache-control' => 'no-cache');



More information about the freeside-commits mailing list