helpscout / helpscout-api-php

PHP Wrapper for the Help Scout API
MIT License
99 stars 62 forks source link

Correlation id alias #181

Closed bkuhl closed 5 years ago

bkuhl commented 5 years ago

Problem

When contacting us about issues we may ask for a "correlation id" since that's the term we use internally. It isn't clear in the SDK where/how to obtain this.

Solution

Adding getCorrelationId() as an alias for getLogRef() so it's more clear what we're asking for.