piesync / billbo

Easy to use billing service for Stripe with VAT support
MIT License
73 stars 3 forks source link

switch to newest stripe api version & switch to tax_percent #77

Closed challengee closed 8 years ago

challengee commented 8 years ago

We are switching to Stripe's tax_percent instead of the hacky method to add taxes to invoices. We had some problems where taxes could not be added to invoices anymore because they were already closed on creation. The logic behind this is rather complex, Stripe's suggestion is to move to tax_percent as well.

What's changed