As mentioned in the title, the PersonRequestBody class can not handle the custom_fields data.
See here:
|
public function __construct(array $data = null) |
Compare this to OrganizationRequestBody:
|
$this->container['custom_fields'] = $data['custom_fields'] ?? null; |
The missing custom_fields prevent us from updating our extension to API v2.