- #1241 Update generated code
- Add
InvoiceLineItem.modify
method.
- Add
- #1244 Add TaxIds API
- Add support for
create
,retrieve
,delete
, andlist
methods on resourceTaxId
- The
instance_url
function on resourceTaxId
now returns the top-level/v1/tax_ids/{id}
path instead of the/v1/customers/{customer}/tax_ids/{id}
path.
- Add support for
- #1243 Remove http client base
- #1242 Testing: unify http client mock