summaryrefslogtreecommitdiff
path: root/LinkPoint.pm
diff options
context:
space:
mode:
authorivan <ivan>2004-06-24 14:57:25 +0000
committerivan <ivan>2004-06-24 14:57:25 +0000
commite44f8d230f339e79764d3d482c5cbe90c253f06d (patch)
tree1572145794b9906081fa37c2258bdb2cffc45243 /LinkPoint.pm
parentb0ba3efda840c1932881c5438c9a66b807a8e2ae (diff)
send addrnum not address
Diffstat (limited to 'LinkPoint.pm')
-rw-r--r--LinkPoint.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/LinkPoint.pm b/LinkPoint.pm
index 0621ea0..e798e18 100644
--- a/LinkPoint.pm
+++ b/LinkPoint.pm
@@ -1,6 +1,6 @@
package Business::OnlinePayment::LinkPoint;
-# $Id: LinkPoint.pm,v 1.15 2004-06-24 14:56:27 ivan Exp $
+# $Id: LinkPoint.pm,v 1.16 2004-06-24 14:57:25 ivan Exp $
use strict;
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
@@ -150,7 +150,7 @@ sub submit {
host port configfile keyfile
result
chargetotal cardNumber cardExpMonth cardExpYear
- name email phone address city state zip country
+ name email phone addrnum city state zip country
/);
$post_data{'order_type'} = $content{action};