diff options
author | ivan <ivan> | 2008-01-12 00:09:29 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-01-12 00:09:29 +0000 |
commit | 2c7a3e7c8a775b93195c231168ea41acd05ef0a5 (patch) | |
tree | 5956dc3f3f8b3dc0d9f3552e86de0604193b943e /AuthorizeNet.pm | |
parent | f62baef5adfb6d0e4f70255ca71fc40f5b057c5d (diff) |
Patch from Erik Hollensbe <erikh@opensourcery.com> implementing ard-present data (track1/track2) and the duplicate_window parameter, and test fixes
Diffstat (limited to 'AuthorizeNet.pm')
-rw-r--r-- | AuthorizeNet.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AuthorizeNet.pm b/AuthorizeNet.pm index 316b481..4f47479 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.19'; +$VERSION = '3.20'; $me = 'Business::OnlinePayment::AuthorizeNet'; sub set_defaults { |