summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-04-22 14:43:42 -0700
committerIvan Kohler <ivan@freeside.biz>2015-04-22 14:43:42 -0700
commit3dc93419b4d7ce8a4056c96edc92d5ce15d41cfa (patch)
tree5511ac649353b99d9492bb3dcddeb25b39129f2b
parent2f1d603f47befaef66b15f0c2ae459d5a6fdbe0e (diff)
pass payment info to new_customer_minimal, RT#34084
-rw-r--r--FS/FS/ClientAPI/Signup.pm7
1 files changed, 6 insertions, 1 deletions
diff --git a/FS/FS/ClientAPI/Signup.pm b/FS/FS/ClientAPI/Signup.pm
index abfcac882..d3e534cd0 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
),
} );