Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Add some documentation to show how to switch to Akamai host.
  • Loading branch information
perusionmike committed Jun 24, 2016
1 parent 188dbca commit b47596b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion lib/Vend/Payment/AuthorizeNet.pm
Expand Up @@ -105,9 +105,20 @@ Your Authorize.net account password, supplied by Authorize.net when you sign up.
Global parameter is MV_PAYMENT_SECRET. This may not be needed for
actual charges.
=item host
The Authorize.net host to be used. The default is
secure.authorize.net
Authorize.net recommends you use their Akamai host, and
to do so you set (as in the example above):
Route authorizenet host secure2.authorize.net
=item referer
A valid referering url (match this with your setting on secure.authorize.net).
A valid referring url (match this with your setting on secure.authorize.net).
Global parameter is MV_PAYMENT_REFERER.
=item transaction
Expand Down

0 comments on commit b47596b

Please sign in to comment.