pass payment info to new_customer_minimal, RT#34084
authorIvan Kohler <ivan@freeside.biz>
Wed, 22 Apr 2015 21:43:42 +0000 (14:43 -0700)
committerIvan Kohler <ivan@freeside.biz>
Wed, 22 Apr 2015 21:43:42 +0000 (14:43 -0700)
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
       ),
 
   } );