Invoiced/invoiced-ruby

Update invoice doesn't work

alexmamonchik opened this issue · 1 comments

I have retrieved invoice.

invoice = invoiced.Invoice.retrieve("{INVOICE_ID}")

try to update notes:

invoice.notes = 'lol'
invoice.save

returns true but actually doesn't update invoice

Hey Alexander, thank you for catching this. It turns out the save method was halfway finished. My sincere apologies for that. I'm releasing a fix to address this in v0.0.4 of the gem.