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

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Thu Jan 23 23:43:00 2003


User:      jon
Date:      2003-01-24 04:42:10 GMT
Modified:  lib/Vend/Payment Tag: STABLE_4_8-branch AuthorizeNet.pm
Log:
Merge from trunk:

* Fixed a typo. The 'auth' value in the %type_map hash was incorrect.
  Changed from 'ONLY' to 'AUTH_ONLY'.

Revision  Changes    Path
No                   revision



No                   revision



2.1.2.6   +3 -3      interchange/lib/Vend/Payment/AuthorizeNet.pm


rev 2.1.2.6, prev_rev 2.1.2.5
Index: AuthorizeNet.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Payment/AuthorizeNet.pm,v
retrieving revision 2.1.2.5
retrieving revision 2.1.2.6
diff -u -u -r2.1.2.5 -r2.1.2.6
--- AuthorizeNet.pm	26 Nov 2002 03:21:12 -0000	2.1.2.5
+++ AuthorizeNet.pm	24 Jan 2003 04:42:10 -0000	2.1.2.6
@@ -1,6 +1,6 @@
 # Vend::Payment::AuthorizeNet - Interchange AuthorizeNet support
 #
-# $Id: AuthorizeNet.pm,v 2.1.2.5 2002/11/26 03:21:12 jon Exp $
+# $Id: AuthorizeNet.pm,v 2.1.2.6 2003/01/24 04:42:10 jon Exp $
 #
 # Copyright (C) 1999-2002 Red Hat, Inc. and
 # Interchange Development Group, http://www.icdevgroup.org/ and others
@@ -39,7 +39,7 @@
 
 =head1 Interchange AuthorizeNet Support
 
-Vend::Payment::AuthorizeNet $Revision: 2.1.2.5 $
+Vend::Payment::AuthorizeNet $Revision: 2.1.2.6 $
 
 =head1 SYNOPSIS
 
@@ -340,7 +340,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',