From 51aa28f8e4a64266775d49328ce21da938a0ee1c Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 24 Jun 2004 15:01:15 +0000 Subject: [PATCH] see whole response --- LinkPoint.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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'}); -- 2.11.0