rikas / zoho_hub

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

Fix `update_all` to handle array input as expected #71

Closed Mahmo0odsalah closed 2 years ago

Mahmo0odsalah commented 2 years ago

Intuitively, update_all should take an array of records, such as described in the readme. However this raises an error:

NoMethodError (undefined method `transform_keys' for #)

Mahmo0odsalah commented 2 years ago

72

rikas commented 2 years ago

@Mahmo0odsalah thanks for this. The rubocop run is failing, can you fix the small issue please?

Mahmo0odsalah commented 2 years ago

@rikas Excuse me I'm not used to using Github. I think the commit is now added to the PR.