diff options
author | ivan <ivan> | 2004-06-24 15:01:15 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-06-24 15:01:15 +0000 |
commit | 51aa28f8e4a64266775d49328ce21da938a0ee1c (patch) | |
tree | 4f235b071cd18a2a8b95efb1d29d53258e46308a /LinkPoint.pm | |
parent | e44f8d230f339e79764d3d482c5cbe90c253f06d (diff) |
see whole response
Diffstat (limited to 'LinkPoint.pm')
-rw-r--r-- | LinkPoint.pm | 4 |
1 files changed, 3 insertions, 1 deletions
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'}); |