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

Add support for quote #1652

Closed carlosaleaga88 closed 6 months ago

carlosaleaga88 commented 6 months ago

This feature should allow to manage quotes as has been done for invoices. [How quotes work] (https://docs.stripe.com/quotes/overview)

driesvints commented 6 months ago

Thanks. right now we don't have plans to work on this ourselves. If you send in a PR we could look at the code involved and maybe merge in the feature. Thanks!

carlosaleaga88 commented 6 months ago

Thank you @driesvints i will consider to send a PR.