[interchange-cvs] interchange - kwalsh modified 2 files

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Sat Apr 27 16:59:01 2002


User:      kwalsh
Date:      2002-04-27 20:58:29 GMT
Modified:  lib/Vend/Payment Tag: STABLE_4_8-branch AuthorizeNet.pm
Modified:  eg/globalsub Tag: STABLE_4_8-branch authorizenet
Log:
	* Changed the $actual->{address} to $actual->{b_address}, which
	  is apparently correct.

Revision  Changes    Path
No                   revision



No                   revision



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


rev 2.1.2.4, prev_rev 2.1.2.3
Index: AuthorizeNet.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Payment/AuthorizeNet.pm,v
retrieving revision 2.1.2.3
retrieving revision 2.1.2.4
diff -u -r2.1.2.3 -r2.1.2.4
--- AuthorizeNet.pm	24 Jan 2002 05:07:03 -0000	2.1.2.3
+++ AuthorizeNet.pm	27 Apr 2002 20:58:29 -0000	2.1.2.4
@@ -1,6 +1,6 @@
 # Vend::Payment::AuthorizeNet - Interchange AuthorizeNet support
 #
-# $Id: AuthorizeNet.pm,v 2.1.2.3 2002/01/24 05:07:03 jon Exp $
+# $Id: AuthorizeNet.pm,v 2.1.2.4 2002/04/27 20:58:29 kwalsh Exp $
 #
 # Copyright (C) 1999-2002 Red Hat, Inc. <interchange@redhat.com>
 #
@@ -38,7 +38,7 @@
 
 =head1 Interchange AuthorizeNet Support
 
-Vend::Payment::AuthorizeNet $Revision: 2.1.2.3 $
+Vend::Payment::AuthorizeNet $Revision: 2.1.2.4 $
 
 =head1 SYNOPSIS
 
@@ -368,7 +368,7 @@
                     x_Card_Num		=> $actual->{mv_credit_card_number},
                     x_First_Name    => $actual->{b_fname},
                     x_Last_Name     => $actual->{b_lname},
-                    x_Address       => $actual->{address},
+                    x_Address       => $actual->{b_address},
                     x_City          => $actual->{b_city},
                     x_State         => $actual->{b_state},
                     x_Zip			=> $actual->{b_zip},



No                   revision



No                   revision



2.0.2.2   +1 -1      interchange/eg/globalsub/authorizenet


rev 2.0.2.2, prev_rev 2.0.2.1
Index: authorizenet
===================================================================
RCS file: /var/cvs/interchange/eg/globalsub/authorizenet,v
retrieving revision 2.0.2.1
retrieving revision 2.0.2.2
diff -u -r2.0.2.1 -r2.0.2.2
--- authorizenet	27 Apr 2002 17:31:38 -0000	2.0.2.1
+++ authorizenet	27 Apr 2002 20:58:29 -0000	2.0.2.2
@@ -126,7 +126,7 @@
                     x_Card_Num		=> $actual{mv_credit_card_number}, 
                     x_First_Name    => $actual{b_fname}, 
                     x_Last_Name     => $actual{b_lname},
-                    x_Address       => $actual{address}, 
+                    x_Address       => $actual{b_address}, 
                     x_City          => $actual{b_city}, 
                     x_State         => $actual{b_state}, 
                     x_Zip			=> $actual{b_zip},