pipedrive / client-php

Pipedrive API client for PHP
MIT License
49 stars 57 forks source link

Update ActivitiesController.php #28

Closed peppelauro closed 3 years ago

peppelauro commented 3 years ago

Solve the Undefined variable: due_date

mykhailo-riabokon commented 3 years ago

@peppelauro thank you for addressing this issue by making a PR. But due_date (snake_case) is used in raw API. camelCase is used in SDK and this change was already released in 1.1.1 (https://github.com/pipedrive/client-php#-updateeditanactivity)