From 2c7a3e7c8a775b93195c231168ea41acd05ef0a5 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 12 Jan 2008 00:09:29 +0000 Subject: Patch from Erik Hollensbe implementing ard-present data (track1/track2) and the duplicate_window parameter, and test fixes --- AuthorizeNet.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AuthorizeNet.pm') 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 { -- cgit v1.2.1