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 671 forks source link

Remove invoice.payment_succeeded webhook #1602

Closed clementmas closed 10 months ago

clementmas commented 10 months ago

It looks like the webhook invoice.payment_succeeded is not used anymore.

So this PR removes it from the default list of webhooks that are registered when running:

php artisan cashier:webhook

See documentation: https://laravel.com/docs/10.x/billing#handling-stripe-webhooks

driesvints commented 10 months ago

This one is used in Spark.

clementmas commented 10 months ago

People using Cashier don't necessarily use Spark. I was trying to figure out why I was receiving this webhook. It's a bit confusing. I'll remove it manually then.