From: Ivan Kohler Date: Wed, 22 Apr 2015 21:43:43 +0000 (-0700) Subject: pass payment info to new_customer_minimal, RT#34084 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=97566b78dd87ce4f0cda7885d7ca40414b2e69c3 pass payment info to new_customer_minimal, RT#34084 --- diff --git a/FS/FS/ClientAPI/Signup.pm b/FS/FS/ClientAPI/Signup.pm index cb9c30d73..6db33ac86 100644 --- a/FS/FS/ClientAPI/Signup.pm +++ b/FS/FS/ClientAPI/Signup.pm @@ -947,7 +947,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 ), } );