rikas / zoho_hub

Zoho CRM API V2 Wrapper
MIT License
25 stars 30 forks source link

`update_all` not working as expected. Throws: `NoMethodError (undefined method `transform_keys' for #<Array:>)` #72

Closed Mahmo0odsalah closed 2 years ago

Mahmo0odsalah commented 2 years ago

It seems it expects a hash rather than an array of hashes. Ruby version 2.7.2.

Fixed in PR 71

rikas commented 2 years ago

Solved by #71