infusionsoft / infusionsoft-php

PHP client library for the Infusionsoft API.
https://developer.infusionsoft.com/
Other
130 stars 128 forks source link

REST API: Optional properties #257

Closed ajohnson6494 closed 4 years ago

ajohnson6494 commented 4 years ago

This PR fixes a bug where it would not return optional properties if use called ->get() it only returned option properties on ->first() and ->find($id)

Closes #223