summaryrefslogtreecommitdiff
path: root/AuthorizeNet.pm
diff options
context:
space:
mode:
authorivan <ivan>2006-08-22 11:20:58 +0000
committerivan <ivan>2006-08-22 11:20:58 +0000
commitf13b12920b36c7eb555d6c17a6923e691f3b2791 (patch)
tree61c6c165cdda17a31b804d00781d31a6b8c5a1c1 /AuthorizeNet.pm
parent7779a8161b248ef82de15e4c816d6578bb83a7db (diff)
patch for correct mapping of ship_company from Mike Barry
Diffstat (limited to 'AuthorizeNet.pm')
-rw-r--r--AuthorizeNet.pm12
1 files changed, 6 insertions, 6 deletions
diff --git a/AuthorizeNet.pm b/AuthorizeNet.pm
index a8576ee..12ae79b 100644
--- a/AuthorizeNet.pm
+++ b/AuthorizeNet.pm
@@ -12,7 +12,7 @@ require Exporter;
@ISA = qw(Exporter AutoLoader Business::OnlinePayment);
@EXPORT = qw();
@EXPORT_OK = qw();
-$VERSION = '3.15';
+$VERSION = '3.16';
sub set_defaults {
my $self = shift;
@@ -105,7 +105,7 @@ sub submit {
country => 'x_Country',
ship_last_name => 'x_Ship_To_Last_Name',
ship_first_name => 'x_Ship_To_First_Name',
- ship_company => 'x_Company',
+ ship_company => 'x_Ship_To_Company',
ship_address => 'x_Ship_To_Address',
ship_city => 'x_Ship_To_City',
ship_state => 'x_Ship_To_State',
@@ -390,9 +390,9 @@ aren't denied due to a lack of address information.
=head1 COMPATIBILITY
-This module implements Authorize.Net's API verison 3.1 using the ADC
-Direct Response method. See
-https://secure.authorize.net/docs/developersguide.pml for details.
+This module implements Authorize.Net's API verison 3.1 using the Advanced
+Integration Method (AIM), formerly known as ADC Direct Response. See
+http://www.authorize.net/support/AIM_guide.pdf for details.
=head1 AUTHOR
@@ -416,7 +416,7 @@ Paul Zimmer <AuthorizeNetpm@pzimmer.box.bepress.com> sent in a patch for
card-less post authorizations.
Daemmon Hughes <daemmon@daemmonhughes.com> sent in a patch for "transaction
-key" authentication as well support for the recurring_billing flag and the md5'
+key" authentication as well support for the recurring_billing flag and the md5
method that returns the MD5 hash which is returned by the gateway.
=head1 SEE ALSO