Added documentation about referrer field at Authorize.Net
authorivan <ivan>
Fri, 16 Aug 2002 06:53:28 +0000 (06:53 +0000)
committerivan <ivan>
Fri, 16 Aug 2002 06:53:28 +0000 (06:53 +0000)
AuthorizeNet.pm
Changes

index 63e2b6f..40c01d9 100644 (file)
@@ -1,6 +1,6 @@
 package Business::OnlinePayment::AuthorizeNet;
 
 package Business::OnlinePayment::AuthorizeNet;
 
-# $Id: AuthorizeNet.pm,v 1.13 2002-08-14 00:09:11 ivan Exp $
+# $Id: AuthorizeNet.pm,v 1.14 2002-08-16 06:53:28 ivan Exp $
 
 use strict;
 use Carp;
 
 use strict;
 use Carp;
@@ -238,6 +238,13 @@ Unlike Business::OnlinePayment or pre-3.0 verisons of
 Business::OnlinePayment::AuthorizeNet, 3.1 requires separate first_name and
 last_name fields.
 
 Business::OnlinePayment::AuthorizeNet, 3.1 requires separate first_name and
 last_name fields.
 
+Business::OnlinePayment::AuthorizeNet uses the ADC direct response method,
+and sends a username and password with every transaction.  Therefore,
+Authorize.Net's referrer "security" is not necessary.  In your Authorize.Net
+interface at https://secure.authorize.net/ make sure the list of allowable
+referers is blank.  Alternatively, set the B<referer> field in the transaction
+content.
+
 To settle an authorization-only transaction (where you set action to
 'Authorization Only'), submit the nine-digit transaction id code in
 the field "order_number" with the action set to "Post Authorization".
 To settle an authorization-only transaction (where you set action to
 'Authorization Only'), submit the nine-digit transaction id code in
 the field "order_number" with the action set to "Post Authorization".
diff --git a/Changes b/Changes
index 3e9dfb7..2f02306 100644 (file)
--- a/Changes
+++ b/Changes
@@ -5,6 +5,7 @@ Revision history for Perl extension Business::OnlinePayment::AuthorizeNet.
        - Added referer field, patch from Mike Barry <mbarry@cos.com>
        - Added currency field, request from
          "Oleksandr Kapitanenko" <kapitan@portaone.com>
        - Added referer field, patch from Mike Barry <mbarry@cos.com>
        - Added currency field, request from
          "Oleksandr Kapitanenko" <kapitan@portaone.com>
+       - Added documentation about referrer field at Authorize.Net
 
 3.11  Sat May  4 00:43:36 PDT 2002
        - forgot 3.10 changelog in 3.10 :)
 
 3.11  Sat May  4 00:43:36 PDT 2002
        - forgot 3.10 changelog in 3.10 :)