I just updated to v4 of the package and experienced the following issue: When querying a process, the Brevo\Process\ProcessClient::getProcess() function tries to parse the result into a Brevo\Process\Types\GetProcessResponse. This fails for completed processes because the Brevo\Process\Types\GetProcessResponseInfoImport in GetProcessResponse->info->import expects $duplicateEmailId to be an int but the api returns a string which represents a url to a csv file.
Regards
I just updated to v4 of the package and experienced the following issue: When querying a process, the
Brevo\Process\ProcessClient::getProcess()function tries to parse the result into aBrevo\Process\Types\GetProcessResponse. This fails for completed processes because theBrevo\Process\Types\GetProcessResponseInfoImportinGetProcessResponse->info->importexpects$duplicateEmailIdto be anintbut the api returns astringwhich represents a url to a csv file.Regards