php-trello-api
php-trello-api copied to clipboard
Do not set our due parameter on a card update if empty/null
Trello tries to set a due date if we provide the parameter at all; so if it is set but is empty, we need to unset it.
Fixes #26