romanpitak / dotMailer-API-v2-PHP-client

PHP client library for the dotMailer v2 (REST) API with MULTIPLE ACCOUNTS SUPPORT!
MIT License
21 stars 31 forks source link

ApiContactImportReport InvalidOffsetException: "suppressedcontacts" #37

Open RailsGuy opened 4 years ago

RailsGuy commented 4 years ago

I started seeing InvalidOffsetException: "suppressedcontacts" getting ApiContactImportReport Looks like this may have been added to the API interface recently?

I fixed it by adding 'SuppressedContacts' => 'XsInt' To ApiContactImportReport.getProperties()