Age | Commit message (Collapse) | Author |
|
|
|
The CCB API has changed such that the
individual_profile_from_login_password API now expects the username and
password to be sent as a form body.
|
|
Refactoring AbstractFormSerializer to separate the form building logic
into a standalone FormBuilder class.
|
|
|
|
The CCB API isn't particularly consistent about how user-defined fields
are identified. In most cases the fields associated with an individual
are prefixed with "udf_ind_", but when it comes to updating the profile
the fields are prefixed with just "udf_".
With this change, either form can be used with
UpdateIndividualProfileRequest::withCustom*Field.
|
|
|
|
|
|
|
|
|
|
|
|
The client currently supports the following APIs:
* individual_profiles
* individual_profile_from_id
* individual_profile_from_login_password
* individual_profile_from_micr
* custom_field_labels
|