ruckus / quickeebooks

ABANDONED !!!! Quickbooks + Ruby using the Quickbooks Online v2 Data Services REST API
MIT License
79 stars 67 forks source link

Item does not respond to valid_for_update? despite being an updatable model #115

Closed johnsonj closed 11 years ago

johnsonj commented 11 years ago

Prevents the item service from updating existing Items.

Simple pull request incoming

johnsonj commented 11 years ago

I'm not sure if this issue is a bit deeper.

It seems like Item should include OnlineLineItemModelMethods, and if not, valid_for_update?/deletion? should probably be extracted out to a module.

ruckus commented 11 years ago

Thanks!