dotMailer-API-v2-PHP-client
dotMailer-API-v2-PHP-client copied to clipboard
Issue with Resources:GetCampaignsSendBySendId()
Hi. There is some issue with Resources:GetCampaignsSendBySendId() Currently on this line: https://github.com/romanpitak/dotMailer-API-v2-PHP-client/blob/master/src/Resources/Resources.php#L360
There is no execution so request will not be send to Dotmailer as result we will have array. I suggest following solution in my PR:
- https://github.com/romanpitak/dotMailer-API-v2-PHP-client/pull/30