[interchange-cvs] interchange - kwalsh modified lib/Vend/Payment/AuthorizeNet.pm

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Mon Dec 16 21:40:01 2002


User:      kwalsh
Date:      2002-12-17 02:39:04 GMT
Modified:  lib/Vend/Payment AuthorizeNet.pm
Log:
	* Fixed a typo.  The 'auth' value in the %type_map hash was
	  incorrect.  Changed from 'ONLY' to 'AUTH_ONLY'.

Revision  Changes    Path
2.7       +3 -3      interchange/lib/Vend/Payment/AuthorizeNet.pm


rev 2.7, prev_rev 2.6
Index: AuthorizeNet.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Payment/AuthorizeNet.pm,v
retrieving revision 2.6
retrieving revision 2.7
diff -u -r2.6 -r2.7
--- AuthorizeNet.pm	17 Oct 2002 04:46:24 -0000	2.6
+++ AuthorizeNet.pm	17 Dec 2002 02:39:04 -0000	2.7
@@ -1,6 +1,6 @@
 # Vend::Payment::AuthorizeNet - Interchange AuthorizeNet support
 #
-# $Id: AuthorizeNet.pm,v 2.6 2002/10/17 04:46:24 mheins Exp $
+# $Id: AuthorizeNet.pm,v 2.7 2002/12/17 02:39:04 kwalsh Exp $
 #
 # Copyright (C) 1999-2002 Red Hat, Inc. <interchange@redhat.com>
 #
@@ -38,7 +38,7 @@
 
 =head1 Interchange AuthorizeNet Support
 
-Vend::Payment::AuthorizeNet $Revision: 2.6 $
+Vend::Payment::AuthorizeNet $Revision: 2.7 $
 
 =head1 SYNOPSIS
 
@@ -351,7 +351,7 @@
 		CREDIT					=>	'CREDIT',
 		PRIOR_AUTH_CAPTURE		=>	'PRIOR_AUTH_CAPTURE',
 		VOID					=>	'VOID',
-		auth		 			=>	'ONLY',
+		auth		 			=>	'AUTH_ONLY',
 		authorize		 		=>	'AUTH_ONLY',
 		mauthcapture 			=>	'AUTH_CAPTURE',
 		mauthonly				=>	'AUTH_ONLY',