Skip to content

v10.10.0

Compare
Choose a tag to compare
@pakrym-stripe pakrym-stripe released this 22 Feb 22:19
· 87 commits to master since this release
  • #1336 Update generated code
    • Add InvoiceLineItem.update method.
  • #1334 Add TaxIds API
    • Add support for all, create, and retrieve methods on resource TaxId
    • The delete method now sends a DELETE request to /v1/tax_ids/{id} instead of /v1/customers/{customer}/tax_ids/{id}. The endpoints are functionally the same when operating on a Customer Tax ID.
    • The resource_url method on TaxId now returns the top-level /v1/tax_ids/{id} path instead of the /v1/customers/{customer}/tax_ids/{id} path.

See the changelog for more details.