summaryrefslogtreecommitdiff
path: root/AuthorizeNet.pm
diff options
context:
space:
mode:
authorivan <ivan>2002-11-22 00:49:17 +0000
committerivan <ivan>2002-11-22 00:49:17 +0000
commit225805d69693a6b57f5cca0bf4635b04428f0e73 (patch)
tree6f18db180088954da7128e8856463e94110bcb2b /AuthorizeNet.pm
parent43bd8f7ee90eb520654b2f04aa720faa2901476b (diff)
syntax error in patch, bah
Diffstat (limited to 'AuthorizeNet.pm')
-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',