[freeside-commits] branch master updated. 3dc93419b4d7ce8a4056c96edc92d5ce15d41cfa
Ivan
ivan at 420.am
Wed Apr 22 14:43:43 PDT 2015
The branch, master has been updated
via 3dc93419b4d7ce8a4056c96edc92d5ce15d41cfa (commit)
from 2f1d603f47befaef66b15f0c2ae459d5a6fdbe0e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3dc93419b4d7ce8a4056c96edc92d5ce15d41cfa
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Apr 22 14:43:42 2015 -0700
pass payment info to new_customer_minimal, RT#34084
diff --git a/FS/FS/ClientAPI/Signup.pm b/FS/FS/ClientAPI/Signup.pm
index abfcac8..d3e534c 100644
--- a/FS/FS/ClientAPI/Signup.pm
+++ b/FS/FS/ClientAPI/Signup.pm
@@ -936,7 +936,12 @@ sub new_customer_minimal {
map { $_ => $packet->{$_} } qw(
salesnum
last first company daytime night fax mobile
- ss
+ ss stateid stateid_state
+
+ payby
+ payinfo paycvv paydate payname paystate paytype
+ paystart_month paystart_year payissue
+ payip
),
} );
-----------------------------------------------------------------------
Summary of changes:
FS/FS/ClientAPI/Signup.pm | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
More information about the freeside-commits
mailing list