comprodls-sdk 2.102.1-qa → 2.107.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -849,7 +849,6 @@ function updateUserInformation(options) {
|
|
|
849
849
|
};
|
|
850
850
|
if(options.ref_id) { bodyParams.ref_id = options.ref_id; }
|
|
851
851
|
if(options.ext_email) { bodyParams.ext_email = options.ext_email; }
|
|
852
|
-
if(options.ext_username) { bodyParams.ext_username = options.ext_username; }
|
|
853
852
|
if(options.ext_first_name) { bodyParams.ext_first_name = options.ext_first_name; }
|
|
854
853
|
if(options.ext_last_name) { bodyParams.ext_last_name = options.ext_last_name; }
|
|
855
854
|
if(options.address) { bodyParams.address = options.address; }
|
package/package.json
CHANGED