From ec60251abd8ad94d527c113703e5ef4269f5111b Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 24 Jun 2004 15:32:33 +0000 Subject: [PATCH] and... a parenthesis! woo 0.4 --- LinkPoint.pm | 4 ++-- 1 file 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(''); -- 2.11.0