diff options
author | ivan <ivan> | 2004-06-24 15:17:49 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-06-24 15:17:49 +0000 |
commit | 4cdbf21dcd8dc41d61afc5301e5901b5625aa708 (patch) | |
tree | 859c55cbba15a6d417376350bb885a7eb93db734 | |
parent | 51aa28f8e4a64266775d49328ce21da938a0ee1c (diff) |
see whole response
-rw-r--r-- | LinkPoint.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LinkPoint.pm b/LinkPoint.pm index f6f7d50..f652f26 100644 --- a/LinkPoint.pm +++ b/LinkPoint.pm @@ -1,6 +1,6 @@ package Business::OnlinePayment::LinkPoint; -# $Id: LinkPoint.pm,v 1.17 2004-06-24 15:01:15 ivan Exp $ +# $Id: LinkPoint.pm,v 1.18 2004-06-24 15:17:49 ivan Exp $ use strict; use vars qw($VERSION @ISA @EXPORT @EXPORT_OK); @@ -153,7 +153,7 @@ sub submit { name email phone addrnum city state zip country /); - $post_data{'order_type'} = $content{action}; + $post_data{'ordertype'} = $content{action}; if ( $content{'cvv2'} ) { $post_data{cvmindicator} = 'provided'; |