weareswat / invoicexpress-gem

InvoiceXpress ruby gem
www.invoicexpress.com
12 stars 22 forks source link

CreditNote Model should allow owner_invoice_id #13

Closed tiagomatos closed 7 years ago

tiagomatos commented 9 years ago

Hi, The CreditNote Model does not allow the field: `owner_invoice_id``

outputs: undefined methodowner_invoice_id=' for #Invoicexpress::Models::CreditNote:0x007f98961caff8`

which should be allowed accordingly: https://invoicexpress.com/api/credit-notes/create owner_invoice_id No The (owner) invoice associated to this credit-note.

igorescobar commented 7 years ago

@tiagomatos Yep. Seems to be missing.... although seems to be relatively simply to submit a PR and fix this, right?

tiagomatos commented 7 years ago

Sure.

tiagomatos commented 7 years ago

Guys, please go ahead.

I can only do it in January.

igorescobar commented 7 years ago

This should be closed.

donbonifacio commented 7 years ago

Fixed in: https://github.com/weareswat/invoicexpress-gem/pull/22