Skip to content

Commit

Permalink
Include b_phone and phone in payment information
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjensen committed Mar 13, 2017
1 parent 81d6390 commit 6dbab94
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions 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
Expand All @@ -23,7 +21,7 @@
package Vend::Payment;
require Exporter;

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

@ISA = qw(Exporter);

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

0 comments on commit 6dbab94

Please sign in to comment.