diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-04-22 14:43:42 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-04-22 14:43:42 -0700 |
commit | 3dc93419b4d7ce8a4056c96edc92d5ce15d41cfa (patch) | |
tree | 5511ac649353b99d9492bb3dcddeb25b39129f2b | |
parent | 2f1d603f47befaef66b15f0c2ae459d5a6fdbe0e (diff) |
pass payment info to new_customer_minimal, RT#34084
-rw-r--r-- | FS/FS/ClientAPI/Signup.pm | 7 |
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 ), } ); |