driesvints / vat-calculator

Handle all the hard stuff related to EU MOSS tax/vat regulations, the way it should be.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cashier v13 support

driesvints opened this issue · 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.