Skip to content

The changes to getEmailCampaign breaks (at least) the recipients and statistics fields. #225

Closed
@tasinttttttt

Description

@tasinttttttt

The changes to getEmailCampaign breaks (at least) the recipients and statistics fields.

Steps to reproduce:

$config = Client\Configuration::getDefaultConfiguration()->setApiKey('api-key', 'API-KEY');
$apiInstance = new \SendinBlue\Client\Api\EmailCampaignsApi(
  new \GuzzleHttp\Client(),
  $config
);
$campaign = $apiInstance->getEmailCampaign($id);
// results recipients having a GetSmsCampaignRecipients type with an empty content

$campaign->getRecipients(); // results in empty

Last working comit is 74d4b0f

Originally posted by @tasinttttttt in #219 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions