From 73f34cbe08a9be968a2557cd6906dde5bb9a97a3 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 23 Mar 2004 00:06:55 +0000 Subject: one-time credit card and ACH payments (like self-service) closes: Bug#648 --- htetc/handler.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'htetc/handler.pl') diff --git a/htetc/handler.pl b/htetc/handler.pl index 8541b4ce5..8d4f1e71f 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -71,6 +71,7 @@ sub handler 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; -- cgit v1.2.1