[interchange-cvs] interchange - jon modified 2 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Tue Mar 30 13:56:06 EST 2004


User:      jon
Date:      2004-03-30 18:56:06 GMT
Modified:  lib/Vend Payment.pm
Modified:  lib/Vend/Payment Signio.pm
Log:
Pass credit card security code through to Verisign if provided in
CGI parameter mv_credit_card_cvv2.

Revision  Changes    Path
2.13      +3 -2      interchange/lib/Vend/Payment.pm


rev 2.13, prev_rev 2.12
Index: Payment.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Payment.pm,v
retrieving revision 2.12
retrieving revision 2.13
diff -u -u -r2.12 -r2.13
--- Payment.pm	13 Nov 2003 16:12:41 -0000	2.12
+++ Payment.pm	30 Mar 2004 18:56:05 -0000	2.13
@@ -1,6 +1,6 @@
 # Vend::Payment - Interchange payment processing routines
 #
-# $Id: Payment.pm,v 2.12 2003/11/13 16:12:41 mheins Exp $
+# $Id: Payment.pm,v 2.13 2004/03/30 18:56:05 jon Exp $
 #
 # Copyright (C) 2002-2003 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -23,7 +23,7 @@
 package Vend::Payment;
 require Exporter;
 
-$VERSION = substr(q$Revision: 2.12 $, 10);
+$VERSION = substr(q$Revision: 2.13 $, 10);
 
 @ISA = qw(Exporter);
 
@@ -142,6 +142,7 @@
 		item_code
 		item_desc
 		lname
+		mv_credit_card_cvv2
 		mv_credit_card_exp_month
 		mv_credit_card_exp_year
 		mv_credit_card_number



2.13      +2 -1      interchange/lib/Vend/Payment/Signio.pm


rev 2.13, prev_rev 2.12
Index: Signio.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Payment/Signio.pm,v
retrieving revision 2.12
retrieving revision 2.13
diff -u -u -r2.12 -r2.13
--- Signio.pm	4 Aug 2003 22:01:09 -0000	2.12
+++ Signio.pm	30 Mar 2004 18:56:05 -0000	2.13
@@ -1,6 +1,6 @@
 # Vend::Payment::Signio - Interchange support for Signio/Verisign Payflow Pro
 #
-# $Id: Signio.pm,v 2.12 2003/08/04 22:01:09 racke Exp $
+# $Id: Signio.pm,v 2.13 2004/03/30 18:56:05 jon Exp $
 #
 # Copyright (C) 2002-2003 Interchange Development Group
 # Copyright (C) 1999-2002 Red Hat, Inc.
@@ -491,6 +491,7 @@
 
     my %varmap = ( qw/
 						ACCT		mv_credit_card_number
+						CVV2		mv_credit_card_cvv2
 						ZIP			b_zip
 						STREET		b_address
 						SHIPTOZIP	zip








More information about the interchange-cvs mailing list