From: ivan Date: Thu, 24 Jun 2004 15:32:33 +0000 (+0000) Subject: and... a parenthesis! woo 0.4 X-Git-Tag: BUSINESS_ONLINEPAYMENT_LINKPOINT_0_04~1 X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-LinkPoint.git;a=commitdiff_plain;h=ec60251abd8ad94d527c113703e5ef4269f5111b and... a parenthesis! woo 0.4 --- 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('');