summaryrefslogtreecommitdiff
path: root/htetc/global.asa
diff options
context:
space:
mode:
authorivan <ivan>2004-03-23 00:06:55 +0000
committerivan <ivan>2004-03-23 00:06:55 +0000
commit73f34cbe08a9be968a2557cd6906dde5bb9a97a3 (patch)
tree89a66761fd957c2bdd38408273a6c52dcfdf9edc /htetc/global.asa
parentcec266740d89b82ce9075954928c5b336d0ec18e (diff)
one-time credit card and ACH payments (like self-service) closes: Bug#648
Diffstat (limited to 'htetc/global.asa')
-rw-r--r--htetc/global.asa1
1 files changed, 1 insertions, 0 deletions
diff --git a/htetc/global.asa b/htetc/global.asa
index 5652a6f4f..bb94b9268 100644
--- a/htetc/global.asa
+++ b/htetc/global.asa
@@ -14,6 +14,7 @@ use Tie::IxHash;
use HTML::Entities;
use IO::Handle;
use IO::File;
+use Business::CreditCard;
use String::Approx qw(amatch);
use Chart::LinesPoints;
use HTML::Widgets::SelectLayers 0.03;