[freeside-commits] branch master updated. e3c112ceb504f994e4d53726b2ed6d7a3945fa2a

Ivan ivan at 420.am
Fri Jun 2 15:33:42 PDT 2017


The branch, master has been updated
       via  e3c112ceb504f994e4d53726b2ed6d7a3945fa2a (commit)
      from  7e025dc076379f89e91803ec58d1a0d95cb02d1f (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 e3c112ceb504f994e4d53726b2ed6d7a3945fa2a
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Jun 2 15:33:41 2017 -0700

    document shipping address fields in new_customer self-service API, RT#74008

diff --git a/fs_selfservice/FS-SelfService/SelfService.pm b/fs_selfservice/FS-SelfService/SelfService.pm
index 00f83bb..a62cf3e 100644
--- a/fs_selfservice/FS-SelfService/SelfService.pm
+++ b/fs_selfservice/FS-SelfService/SelfService.pm
@@ -2208,6 +2208,21 @@ State
 
 Zip or postal code
 
+=item ship_address1
+
+=item ship_address2
+
+=item ship_city
+
+=item ship_county
+
+=item ship_state
+
+=item ship_zip
+
+Optional shipping address fields.  If sending an optional shipping address,
+ship_address1, ship_city, ship_state and ship_zip are required.
+
 =item daytime
 
 Daytime phone number

-----------------------------------------------------------------------

Summary of changes:
 fs_selfservice/FS-SelfService/SelfService.pm |   15 +++++++++++++++
 1 file changed, 15 insertions(+)




More information about the freeside-commits mailing list