summaryrefslogtreecommitdiff
path: root/USAePay.pm
diff options
context:
space:
mode:
authorjeff <jeff>2006-11-23 01:43:20 +0000
committerjeff <jeff>2006-11-23 01:43:20 +0000
commit2d5dbf9948964188d7b27fef31559914126defae (patch)
tree922797a9085d1f325a2dd353f3ae195eb0cb583d /USAePay.pm
parent08916d3727cd4d463c06b2e595b4e38b3dcb358a (diff)
noise reduction
Diffstat (limited to 'USAePay.pm')
-rw-r--r--USAePay.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/USAePay.pm b/USAePay.pm
index 0ebaf57..a57c6a6 100644
--- a/USAePay.pm
+++ b/USAePay.pm
@@ -11,7 +11,7 @@ use vars qw($VERSION @ISA $DEBUG);
@ISA = qw(Business::OnlinePayment::HTTPS);
$VERSION = '0.01';
-$DEBUG = 1;
+$DEBUG = 0;
my $default_path = '/gate.php';
my $default_cert_path = '/secure/gate.php';
@@ -143,7 +143,7 @@ sub submit {
$response->{$_} =~ s/%([0-9A-Fa-f]{2})/chr(hex($1))/eg
foreach keys %$response;
- if ( 1 || $DEBUG ) {
+ if ( $DEBUG ) {
warn "response:$_ => $response->{$_}\n" foreach keys %$response;
}