Closed geoffcorey closed 1 year ago
Currently the library does not support void. The fix is easy by overriding the operation based on opts. See Quickbook docs
operation=void for invoices https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/invoice#void-an-invoice
include=void for payment https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/payment#void-a-payment
bump
@geoffcorey take a look at the void-impl branch. I implemented a little differently because:
Take a look and see if this meets your needs.
Currently the library does not support void. The fix is easy by overriding the operation based on opts. See Quickbook docs
operation=void for invoices https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/invoice#void-an-invoice
include=void for payment https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/payment#void-a-payment