ActiveCampaign / activecampaign-api-php

MIT License
115 stars 76 forks source link

Fixed tags_list response #62

Closed marcfowler closed 7 years ago

marcfowler commented 7 years ago

The tags_list response doesn't contain the result_code, succeeded or success keys that are required for the response not to error out.

This PR handles responses that don't include those, in the same way that you handle ones that only respond with a string.

mthommes commented 7 years ago

Hi - thanks for letting us know about this. We have a pending change (#63) which should handle this in a slightly different manner. You'll be able to obtain the raw response, which just needs to be decoded.

Let us know of any questions! 😃

ajimix commented 7 years ago

@mthommes I guess if #63 is already merged, this PR can be closed then :)

pevans commented 7 years ago

Thanks, @ajimix!