robbiepaul / cloudconvert-laravel

A Laravel wrapper for the CloudConvert API
177 stars 34 forks source link

Fix malformed filter in getProcessById method #18

Closed edbentinck closed 8 years ago

edbentinck commented 8 years ago

The getProcessById filter would return the incorrect process due to reassigning values instead of comparing them.

robbiepaul commented 8 years ago

Thanks for catching this