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

Laravel Cashier: webhook 500 error... Class 'App/User' not found in file #850

Closed laingmedia closed 4 years ago

laingmedia commented 4 years ago

Description: I am receiving the same error when I test the following webhooks. If my webhooks receive 500 error, does that mean I cant add new customers, collect payments, and add users to database? It sure looks like it, just wanted to check. I am just testing webhooks, its not live (if that makes a difference).

customer.subscription.updated customer.subscription.deleted customer.updated customer.deleted invoice.payment_action_required (This is the only one that works)

Here is my WebhookController

` WebhookController.php.zip

`

driesvints commented 4 years ago

Hi there,

Thanks for reporting but it looks like this is a question which can be asked on a support channel. Please only use this issue tracker for reporting bugs with the library itself. If you have a question on how to use functionality provided by this repo you can try one of the following channels:

However, this issue will not be locked and everyone is still free to discuss solutions to your problem!

Thanks.

laingmedia commented 4 years ago

@driesvints Thanks