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

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Thu Oct 26 18:33:41 EDT 2006


User:      danb
Date:      2006-10-26 22:33:40 GMT
Modified:  lib/Vend Payment.pm
Log:
Map order number and transaction id variables to allow their use without remap.

Revision  Changes    Path
2.17      +4 -2      interchange/lib/Vend/Payment.pm


rev 2.17, prev_rev 2.16
Index: Payment.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Payment.pm,v
retrieving revision 2.16
retrieving revision 2.17
diff -u -r2.16 -r2.17
--- Payment.pm	4 May 2005 01:12:26 -0000	2.16
+++ Payment.pm	26 Oct 2006 22:33:40 -0000	2.17
@@ -1,6 +1,6 @@
 # Vend::Payment - Interchange payment processing routines
 #
-# $Id: Payment.pm,v 2.16 2005/05/04 01:12:26 mheins Exp $
+# $Id: Payment.pm,v 2.17 2006/10/26 22:33:40 danb 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.16 $, 10);
+$VERSION = substr(q$Revision: 2.17 $, 10);
 
 @ISA = qw(Exporter);
 
@@ -148,6 +148,8 @@
 		mv_credit_card_exp_month
 		mv_credit_card_exp_year
 		mv_credit_card_number
+		mv_order_number
+		mv_transaction_id
 		name
 		origin_zip
 		phone_day








More information about the interchange-cvs mailing list