[interchange-cvs] interchange - ramoore modified lib/Vend/Payment/BoA.pm

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Mon Mar 31 15:35:00 2003


User:      ramoore
Date:      2003-03-31 20:34:15 GMT
Modified:  lib/Vend/Payment BoA.pm
Log:
Add missing comma in %type_map hash definition.  Was preventing module from
loading.

Revision  Changes    Path
1.6       +4 -4      interchange/lib/Vend/Payment/BoA.pm


rev 1.6, prev_rev 1.5
Index: BoA.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Payment/BoA.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- BoA.pm	19 Feb 2003 04:23:03 -0000	1.5
+++ BoA.pm	31 Mar 2003 20:34:15 -0000	1.6
@@ -1,6 +1,6 @@
 # Vend::Payment::BoA - Interchange BoA support
 #
-# $Id: BoA.pm,v 1.5 2003/02/19 04:23:03 mheins Exp $
+# $Id: BoA.pm,v 1.6 2003/03/31 20:34:15 ramoore Exp $
 #
 # Copyright (C) 1999-2002 Red Hat, Inc. <interchange@redhat.com>
 #
@@ -33,7 +33,7 @@
 
 =head1 Interchange BoA Support
 
-Vend::Payment::BoA $Revision: 1.5 $
+Vend::Payment::BoA $Revision: 1.6 $
 
 =head1 SYNOPSIS
 
@@ -347,8 +347,8 @@
 		sale		 		=> 'sale',
 		return				=> 'return',
 		mauthreturn			=> 'return',
-		settle      		=> 'settle'
-		settle_prior      	=> 'settle'
+		settle      			=> 'settle',
+		settle_prior      		=> 'settle'
 	);
 
     my $transtype = $opt->{transaction} ||