pass payment info to new_customer_minimal, RT#34084
[freeside.git] / FS / FS / ClientAPI / Signup.pm
index abfcac8..d3e534c 100644 (file)
@@ -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
       ),
 
   } );