summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AuthorizeNet.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/AuthorizeNet.pm b/AuthorizeNet.pm
index 3b4dfc7..454790e 100644
--- a/AuthorizeNet.pm
+++ b/AuthorizeNet.pm
@@ -1,6 +1,6 @@
package Business::OnlinePayment::AuthorizeNet;
-# $Id: AuthorizeNet.pm,v 1.15 2002-11-22 00:48:46 ivan Exp $
+# $Id: AuthorizeNet.pm,v 1.16 2002-11-22 00:49:17 ivan Exp $
use strict;
use Carp;
@@ -92,7 +92,7 @@ sub submit {
order_number => 'x_Trans_ID',
auth_code => 'x_Auth_Code',
customer_id => 'x_Cust_ID',
- customer_ip => 'x_Customer_IP'
+ customer_ip => 'x_Customer_IP',
last_name => 'x_Last_Name',
first_name => 'x_First_Name',
address => 'x_Address',