[freeside-commits] branch FREESIDE_3_BRANCH updated. 97566b78dd87ce4f0cda7885d7ca40414b2e69c3
Ivan
ivan at 420.am
Wed Apr 22 14:43:44 PDT 2015
The branch, FREESIDE_3_BRANCH has been updated
via 97566b78dd87ce4f0cda7885d7ca40414b2e69c3 (commit)
from 4d27115f3f5d290602d1c656d8b20d5bbfc30f4d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 97566b78dd87ce4f0cda7885d7ca40414b2e69c3
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Apr 22 14:43:43 2015 -0700
pass payment info to new_customer_minimal, RT#34084
diff --git a/FS/FS/ClientAPI/Signup.pm b/FS/FS/ClientAPI/Signup.pm
index cb9c30d..6db33ac 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
),
} );
-----------------------------------------------------------------------
Summary of changes:
FS/FS/ClientAPI/Signup.pm | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
More information about the freeside-commits
mailing list