maartenvanvliet / moneybird

Ruby gem for the Moneybird REST API
https://github.com/maartenvanvliet/moneybird
MIT License
6 stars 21 forks source link

WARN -- : Moneybird::Resource::Contact does not have an `version' attribute #10

Closed StephanMeijer closed 6 years ago

mvz commented 6 years ago

@StephanMeijer can you give some more details? Is this a message that appears? When and where do you see it?

maartenvanvliet commented 6 years ago

It is a message that appears when the api returns an attribute that the gem does not currently know about. I'll look into this one.

maartenvanvliet commented 6 years ago

I see support for the version field is added in https://github.com/maartenvanvliet/moneybird/commit/d61931f22d63db744e46197cc7cad9f9f7d4a559#diff-a55bc8b9b1a125e3e6fce74d5922a064

Can you reproduce the issue with the latest version?