I'm looking at CRM_AddressFormat_APIWrapper code. It looks like on an API call to AddressFormat.create, it looks for the presence of the country_id field. However, that API will never return that field - so is this code that can be removed?
I'm looking at `CRM_AddressFormat_APIWrapper` code. It looks like on an API call to AddressFormat.create, it looks for the presence of the `country_id` field. However, that API will never return that field - so is this code that can be removed?
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
I'm looking at
CRM_AddressFormat_APIWrappercode. It looks like on an API call to AddressFormat.create, it looks for the presence of thecountry_idfield. However, that API will never return that field - so is this code that can be removed?Never mind - I figured it out.
Yes, Its when you pass country_id as a parameter in Address Format api.