summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AuthorizeNet.pm9
-rw-r--r--Changes1
2 files changed, 6 insertions, 4 deletions
diff --git a/AuthorizeNet.pm b/AuthorizeNet.pm
index 70410d6..4688668 100644
--- a/AuthorizeNet.pm
+++ b/AuthorizeNet.pm
@@ -368,10 +368,11 @@ last_name fields.
Business::OnlinePayment::AuthorizeNet uses Authorize.Net's "Advanced
Integration Method (AIM) (formerly known as ADC direct response)" and
"Automatic Recurring Billing (ARB)", sending a username and password (or
-transaction_key) 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.
+transaction key as 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
diff --git a/Changes b/Changes
index eeb38dd..3a5ccb8 100644
--- a/Changes
+++ b/Changes
@@ -11,6 +11,7 @@ Revision history for Perl extension Business::OnlinePayment::AuthorizeNet.
to avoid overriding admin settings. (closes: CPAN#51501)
- Patch from Josh Rosenbaum to fix encapsulation problems. Thanks!
(closes: CPAN#15210)
+ - Clarified documentation wrt transaction key (closes: CPAN#23753)
3.20 Wed Jun 18 16:46:10 PDT 2008
- Patch from Erik Hollensbe <erikh@opensourcery.com> implementing