driesvints/vat-calculator

Cashier v13 support

driesvints opened this issue · 1 comments

Cashier Stripe v13 has removed the taxPercentage because it bumps to the latest Stripe API version which has removed all support of tax_percentage in favor of its new Tax Rate API.

Migrating to the new API will be quite an undertaking and some design decisions would need to be made. Will we auto-create/retrieve Tax Rates?

Most likely we'll never add support for newer cashier versions.