Closed akater closed 8 months ago
If I redefine listInvalidProperties()
to always return array();
, crmPipelineDetailsAllGet()
returns the following
Brevo\Client\Model\Pipelines Object
(
[container:protected] => Array
(
)
)
even though there is a default pipeline. I don't understand anything about PHP but this doesn't feel right.
Hi @akater We have fixed this issue in our latest SDK version (.I.e. 1.0.3).
Thank you for your patience and understanding!
I successfully instantiated a
Brevo\Client\Api\DealsApi
object. CallingcrmPipelineDetailsAllGet()
on it, as suggessted in an example inDealsApi.md
, triggers the following error:May be related: #8