summaryrefslogtreecommitdiff
path: root/htetc
diff options
context:
space:
mode:
authorivan <ivan>2005-08-17 22:23:46 +0000
committerivan <ivan>2005-08-17 22:23:46 +0000
commitfeef0e4c2b4bd6b776b25f5a1bd6fdbf63fd08b2 (patch)
treeba578a825368c92a499f09c2278accf6da1509f8 /htetc
parent7af914081daa5896f1b0d69de0f48af6978f1fe4 (diff)
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)
Diffstat (limited to 'htetc')
-rw-r--r--htetc/global.asa2
-rw-r--r--htetc/handler.pl2
2 files changed, 4 insertions, 0 deletions
diff --git a/htetc/global.asa b/htetc/global.asa
index 39ec898de..1979261ed 100644
--- a/htetc/global.asa
+++ b/htetc/global.asa
@@ -82,6 +82,8 @@ use FS::msgcat;
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');
diff --git a/htetc/handler.pl b/htetc/handler.pl
index ad671d6c7..397e4267a 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -165,6 +165,8 @@ sub handler
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%%% ) {