adrienverge / localstripe

A fake but stateful Stripe server that you can run locally, for testing purposes.
GNU General Public License v3.0
192 stars 59 forks source link

TaxID: Expand API to allow retrieving or deleting a single TaxID #216

Closed feliixx closed 1 year ago

feliixx commented 1 year ago

API: Add 'object' to the response on Deletion

The goal is to be closer to Stripe API. Also, create a new DeletedObject class that will be easier to use.


TaxID: Expand API to allow retrieving or deleting a single TaxID

Creating and listing TaxID have been supported for a long time, but retrieving or deleting a single TaxID wasn't implemented, so let's change that.

Stripe doc:

feliixx commented 1 year ago

Thanks for the reviews!