summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2004-06-24 15:32:33 +0000
committerivan <ivan>2004-06-24 15:32:33 +0000
commitec60251abd8ad94d527c113703e5ef4269f5111b (patch)
tree902ca2a0f7c10a57b4fbca58419d022bdfc6fc82
parentadc846c4090e948135e1c07b13233a2374e435bc (diff)
and... a parenthesis! woo 0.4
-rw-r--r--LinkPoint.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/LinkPoint.pm b/LinkPoint.pm
index ac7881b..5c0286e 100644
--- a/LinkPoint.pm
+++ b/LinkPoint.pm
@@ -1,6 +1,6 @@
package Business::OnlinePayment::LinkPoint;
-# $Id: LinkPoint.pm,v 1.21 2004-06-24 15:31:58 ivan Exp $
+# $Id: LinkPoint.pm,v 1.22 2004-06-24 15:32:33 ivan Exp $
use strict;
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
@@ -177,7 +177,7 @@ sub submit {
$self->result_code($response{'r_code'});
$self->authorization($response{'r_ref'});
$self->order_number($response{'r_ordernum'});
- $self->avs_code($response{'r_avs'};
+ $self->avs_code($response{'r_avs'});
} else {
$self->is_success(0);
$self->result_code('');