library · inferred from evidence
getbrevo/brevo-php
PHP SDK for Brevo API interactions, version 2.0.7 mentioned with a breaking change in parameter order for updateContact.
- Brevo PHP SDK: "Cannot serialize value of type boolean with any of the union types: float | string | bool | array"
Brevo PHP SDK: "Cannot serialize value of type boolean with any of the union types: float | string | bool | array". This is a serializer bug in the v4 SDK: it never matched "bool" against gettype()'s "boolean".
- Brevo PHP SDK 2.0.7: updateContact 400s from swapped arguments
After upgrading getbrevo/brevo-php to 2.0.7, updateContact returns 400 because the parameter order changed and the UpdateContact object lands in the URL path. Swap the two arguments to match the new signature.