Mailing List Archive

[interchange] Include b_phone and phone in payment information
commit 6dbab943cbe2e30848af4cce23045b46b12c354f
Author: Jon Jensen <jon@endpoint.com>
Date: Mon Mar 13 12:07:08 2017 -0600

Include b_phone and phone in payment information

lib/Vend/Payment.pm | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/lib/Vend/Payment.pm b/lib/Vend/Payment.pm
index 8175da2..9dd2642 100644
--- a/lib/Vend/Payment.pm
+++ b/lib/Vend/Payment.pm
@@ -1,8 +1,6 @@
# Vend::Payment - Interchange payment processing routines
#
-# $Id: Payment.pm,v 2.23 2009-03-20 22:15:56 markj Exp $
-#
-# Copyright (C) 2002-2009 Interchange Development Group
+# Copyright (C) 2002-2017 Interchange Development Group
# Copyright (C) 1996-2002 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
@@ -23,7 +21,7 @@
package Vend::Payment;
require Exporter;

-$VERSION = substr(q$Revision: 2.23 $, 10);
+$VERSION = '2.24';

@ISA = qw(Exporter);

@@ -106,7 +104,6 @@ sub map_actual {
$vref = $::Values unless $vref;
$cref = \%CGI::values unless $cref;
my @map = qw(
-
address
address1
address2
@@ -120,6 +117,7 @@ sub map_actual {
b_fname
b_lname
b_name
+ b_phone
b_state
b_zip
check_account
@@ -152,6 +150,7 @@ sub map_actual {
mv_transaction_id
name
origin_zip
+ phone
phone_day
phone_night
pin

_______________________________________________
interchange-cvs mailing list
interchange-cvs@icdevgroup.org
http://www.icdevgroup.org/mailman/listinfo/interchange-cvs