Skip to content

Pipedrive\versions\v2\Model\PersonRequestBody does not have custom_fields #262

@FelixAuer

Description

@FelixAuer

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions