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

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Wed Mar 24 19:59:27 EST 2004


User:      kwalsh
Date:      2004-03-25 00:59:27 GMT
Modified:  lib/Vend/Payment PSiGate.pm
Log:
	* Always pass the customer's IP address as part of the payment
	  request.  This patch was supplied by Gary Benson - thanks!

Revision  Changes    Path
1.3       +2 -2      interchange/lib/Vend/Payment/PSiGate.pm


rev 1.3, prev_rev 1.2
Index: PSiGate.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Payment/PSiGate.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PSiGate.pm	4 Aug 2003 22:01:08 -0000	1.2
+++ PSiGate.pm	25 Mar 2004 00:59:27 -0000	1.3
@@ -1,6 +1,6 @@
 # Vend::Payment::PSiGate - Interchange PSiGate support
 #
-# $Id: PSiGate.pm,v 1.2 2003/08/04 22:01:08 racke Exp $
+# $Id: PSiGate.pm,v 1.3 2004/03/25 00:59:27 kwalsh Exp $
 #
 # Copyright (C) 2002-2003 Interchange Development Group <interchange at icdevgroup.org>
 # Copyright (C) 1999-2002 Red Hat, Inc. <interchange at redhat.com>
@@ -380,7 +380,7 @@
                     Bcompany            => $actual->{company},
                     Email               => $actual->{email},
                     Phone               => $actual->{phone_day},
-
+                    IP                  => $CGI::remote_addr,
     );
 
     my @query;








More information about the interchange-cvs mailing list