IsraelOrtuno / pipedrive

Complete Pipedrive API client for PHP
MIT License
166 stars 58 forks source link

Fixed 'Field not found' error on PersonFields #134

Open githubuser441 opened 1 year ago

githubuser441 commented 1 year ago

Caused by changed behaviour of v1 API. Making the / return a 404 error.

Fixed this by one appending a / when there are parameters to append.