diff options
-rw-r--r-- | LinkPoint.pm | 4 |
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(''); |