diff options
author | ivan <ivan> | 2007-11-23 20:46:35 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-11-23 20:46:35 +0000 |
commit | f62baef5adfb6d0e4f70255ca71fc40f5b057c5d (patch) | |
tree | 77527be776e6a240f8d4bc911262ebc2fb2e9512 | |
parent | f2d9ec7e86a85d2f01b452c9a192081a44a0f549 (diff) |
*** empty log message ***Business_OnlinePayment_AuthorizeNet_3_19
-rw-r--r-- | AuthorizeNet.pm | 2 | ||||
-rw-r--r-- | Changes | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/AuthorizeNet.pm b/AuthorizeNet.pm index d4e4294..316b481 100644 --- a/AuthorizeNet.pm +++ b/AuthorizeNet.pm @@ -6,7 +6,7 @@ use Business::OnlinePayment; use vars qw($VERSION @ISA $me); @ISA = qw(Business::OnlinePayment); -$VERSION = '3.18'; +$VERSION = '3.19'; $me = 'Business::OnlinePayment::AuthorizeNet'; sub set_defaults { @@ -1,9 +1,12 @@ Revision history for Perl extension Business::OnlinePayment::AuthorizeNet. -3.18 unreleased +3.19 Fri Nov 23 12:46:05 PST 2007 + - ironically, forgot the 3.18 changelog, so this is 3.19 anyway :) + +3.18 Fri Nov 23 10:55:44 PST 2007 - Patch From Steve Simitzis for better compatiblity with eProcessingNetwork's AuthorizeNet compatability mode. - - added ARB support, rearranging code in the process + - added ARB support, rearranging code in the process (Jeff Finucane) 3.17 Tue Jul 10 21:12:46 PDT 2007 - Trim the extra 'ip_addr="1.2.3.4"' added by eProcessingNetwork's |