laravel / cashier-stripe

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.
https://laravel.com/docs/billing
MIT License
2.37k stars 667 forks source link

No tax is calculated for single charges or single charge checkouts #1688

Closed travisobregon closed 1 month ago

travisobregon commented 1 month ago

The docs mention that No tax is calculated for single charges or single charge checkouts.

A method was added in this PR to prevent this. My understanding is that this was introduced as a temporary fix and is no longer needed?

driesvints commented 1 month ago

Errr I actually don't know 😅 Is that possible now? If so can you point to some Stripe docs about it?

travisobregon commented 1 month ago

I haven't tested myself, but a colleague was doing automatic tax calculation using Stripe's API and they said it was working. For checkout, the docs mention one time purchases here.

driesvints commented 1 month ago

Thanks! I've sent in a PR to remove the limitation: https://github.com/laravel/cashier-stripe/pull/1690