Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Empty checkDictionaries query fixed (#19)
Error while querying checkDictionaries without timestamp has been fixed. Thanks for your recent update in 3.1.2 but it doesn't work - error "Params cannot be null" error is coming back from Yandex Direct API. `stdClass` is required cuz you have to `json_encode` not empty params (`[]`) but the empty object (`{}`) due to YD API. I also advise not to stick to the list of parameters - it is gonna be easier to change them in the future.
- Loading branch information