summaryrefslogtreecommitdiff
path: root/AuthorizeNet.pm
diff options
context:
space:
mode:
Diffstat (limited to 'AuthorizeNet.pm')
-rw-r--r--AuthorizeNet.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/AuthorizeNet.pm b/AuthorizeNet.pm
index 80fcbbb..00c8962 100644
--- a/AuthorizeNet.pm
+++ b/AuthorizeNet.pm
@@ -1,6 +1,6 @@
package Business::OnlinePayment::AuthorizeNet;
-# $Id: AuthorizeNet.pm,v 1.1 2001-09-01 21:47:31 ivan Exp $
+# $Id: AuthorizeNet.pm,v 1.2 2001-11-14 21:44:07 ivan Exp $
use strict;
use Business::OnlinePayment;
@@ -13,7 +13,7 @@ require Exporter;
@ISA = qw(Exporter AutoLoader Business::OnlinePayment);
@EXPORT = qw();
@EXPORT_OK = qw();
-$VERSION = '3.00';
+$VERSION = '3.01';
sub set_defaults {
my $self = shift;