pipedrive / client-php

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

Fix undefined `$due_date` variable in `ActivitiesController` `addAnActivity` method #22

Closed DivineOmega closed 3 years ago

DivineOmega commented 4 years ago

This PR fixes use of an undefined variable within the ActivitiesController preventing creation of activities.

bobdenotter commented 3 years ago

We've bumped into the same issue.

It'd be great if you could merge this in, and tag a new release! :-)

DivineOmega commented 3 years ago

Thanks for merging this. :+1: