From: mark Date: Tue, 18 May 2010 19:00:27 +0000 (+0000) Subject: typo X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-NMI.git;a=commitdiff_plain;h=d1b9ecf606c0fd6a6b37a22e366c9ad8dbadc724 typo --- diff --git a/NMI.pm b/NMI.pm index f11f4be..ca4cdb6 100644 --- a/NMI.pm +++ b/NMI.pm @@ -222,7 +222,7 @@ sub submit { $self->failure_status($failure_status{$code}) if exists($failure_status{$code}); } elsif( $response->{response} == 3 ) { - $error = "Transaction error: '".$response->{responsetext}; + $error = "Transaction error: '".$response->{responsetext}."'"; } else { $error = "Could not interpret server response: '$page'";