From feef0e4c2b4bd6b776b25f5a1bd6fdbf63fd08b2 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 17 Aug 2005 22:23:46 +0000 Subject: 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) --- htetc/global.asa | 2 ++ htetc/handler.pl | 2 ++ 2 files changed, 4 insertions(+) (limited to 'htetc') 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%%% ) { -- cgit v1.2.1