eek 3.13
[Business-OnlinePayment-AuthorizeNet.git] / AuthorizeNet.pm
index 454790e..b33c502 100644 (file)
@@ -1,6 +1,6 @@
 package Business::OnlinePayment::AuthorizeNet;
 
-# $Id: AuthorizeNet.pm,v 1.16 2002-11-22 00:49:17 ivan Exp $
+# $Id: AuthorizeNet.pm,v 1.17 2002-11-26 05:47:23 ivan Exp $
 
 use strict;
 use Carp;
@@ -14,7 +14,7 @@ require Exporter;
 @ISA = qw(Exporter AutoLoader Business::OnlinePayment);
 @EXPORT = qw();
 @EXPORT_OK = qw();
-$VERSION = '3.12';
+$VERSION = '3.13';
 
 sub set_defaults {
     my $self = shift;