diff options
Diffstat (limited to 'htetc')
| -rw-r--r-- | htetc/global.asa | 2 | ||||
| -rw-r--r-- | htetc/handler.pl | 2 |
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%%% ) { |
