From: ivan Date: Thu, 24 Jun 2004 15:01:15 +0000 (+0000) Subject: see whole response X-Git-Tag: BUSINESS_ONLINEPAYMENT_LINKPOINT_0_04~6 X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-LinkPoint.git;a=commitdiff_plain;h=51aa28f8e4a64266775d49328ce21da938a0ee1c see whole response --- diff --git a/LinkPoint.pm b/LinkPoint.pm index e798e18..f6f7d50 100644 --- a/LinkPoint.pm +++ b/LinkPoint.pm @@ -1,6 +1,6 @@ package Business::OnlinePayment::LinkPoint; -# $Id: LinkPoint.pm,v 1.16 2004-06-24 14:57:25 ivan Exp $ +# $Id: LinkPoint.pm,v 1.17 2004-06-24 15:01:15 ivan Exp $ use strict; use vars qw($VERSION @ISA @EXPORT @EXPORT_OK); @@ -169,6 +169,8 @@ sub submit { #} %response = $lperl->curl_process(\%post_data); + warn "$_ => $response{$_}\n" for keys %response; + if ( $response{'r_approved'} eq 'APPROVED' ) { $self->is_success(1); $self->result_code($response{'r_code'});