summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2006-11-14 10:37:23 +0000
committerivan <ivan>2006-11-14 10:37:23 +0000
commitbff505d22319d5d6d34c6298d5e0412353100feb (patch)
tree10ec455d11521a9a8767c3b4343fa2050097f67a
parentffaa1954173ad09c730b04a5a141d8b129375bb9 (diff)
-rw-r--r--AuthorizeNet.pm16
-rw-r--r--Changes3
2 files changed, 18 insertions, 1 deletions
diff --git a/AuthorizeNet.pm b/AuthorizeNet.pm
index 90ba3cd..ea8869e 100644
--- a/AuthorizeNet.pm
+++ b/AuthorizeNet.pm
@@ -362,6 +362,22 @@ Content required: type, login, password|transaction_key, action, amount, first_n
For detailed information see L<Business::OnlinePayment>.
+=head1 METHODS AND FUNCTIONS
+
+See L<Business::OnlinePayment> for the complete list. The following methods either override the methods in L<Business::OnlinePayment> or provide additional functions.
+
+=head2 result_code
+
+Returns the response reason code (this is different than the response code).
+
+=head2 error_message
+
+Returns the response reason text.
+
+=head2 server_response
+
+Returns the complete response from the server.
+
=head1 NOTE
Unlike Business::OnlinePayment or pre-3.0 verisons of
diff --git a/Changes b/Changes
index e04b0ed..4bebcfc 100644
--- a/Changes
+++ b/Changes
@@ -1,11 +1,12 @@
Revision history for Perl extension Business::OnlinePayment::AuthorizeNet.
-3.16 unreleased
+3.16 Tue Nov 14 02:35:30 PST 2006
- Update link to API docs, now it is called "Advanced Integration
Method (AIM)"
- Update test account, separate ACH-capable one
- patch to map ship_company properly to x_Ship_To_Company from Mike
Barry <MBarry@cos.com>
+ - Documentation patch from William McKee <WMCKEE@cpan.org>
From Michael G. Schwern <MSCHWERN@cpan.org>:
- Eliminate inheriting from AutoLoader. We're not using it and it just
screws up the error messages.