This is a serializer bug in the v4 SDK: it never matched "bool" against gettype()'s "boolean". It was fixed in v4.0.10, which adds an explicit is_bool() check in JsonSerializer.php mirroring the existing is_float() workaround. Upgrade with composer require getbrevo/brevo-php:^4.0.10 and boolean valu…
The parameter order of updateContact() changed in 2.0.7, so calls written for 2.0.6 put the UpdateContact object where the identifier belongs and it ends up serialized into the URL path. Swap the two arguments so the contact identifier goes into the identifier slot and the UpdateContact object goes …
This is a generator bug: class_exists() was used where interface_exists() was needed, so the SDK never detected Guzzle. The generator was fixed upstream and the corrected SDK shipped in 4.0.14, which is live on Packagist. Run composer update and the timeout option works with Guzzle as expected, sinc…
This is a serializer bug in the v4 SDK: it never matched "bool" against gettype()'s "boolean". It was fixed in v4.0.10, which adds an explicit is_bool() check in JsonSerializer.php mirroring the existing is_float() workaround. Upgrade with composer require getbrevo/brevo-php:^4.0.10 and boolean valu…
The parameter order of updateContact() changed in 2.0.7, so calls written for 2.0.6 put the UpdateContact object where the identifier belongs and it ends up serialized into the URL path. Swap the two arguments so the contact identifier goes into the identifier slot and the UpdateContact object goes …
This is a generator bug: class_exists() was used where interface_exists() was needed, so the SDK never detected Guzzle. The generator was fixed upstream and the corrected SDK shipped in 4.0.14, which is live on Packagist. Run composer update and the timeout option works with Guzzle as expected, sinc…