Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with invalidProcessWebhookJob #64

Closed
brmo opened this issue May 26, 2020 · 2 comments
Closed

Issue with invalidProcessWebhookJob #64

brmo opened this issue May 26, 2020 · 2 comments

Comments

@brmo
Copy link

brmo commented May 26, 2020

Howdy, I am getting this and cannot seem to resolve it.

Argument 1 passed to Spatie\WebhookClient\Exceptions\InvalidConfig::invalidProcessWebhookJob() must be of the type string, null given, called in /shared/httpd/yccv7/vendor/spatie/laravel-webhook-client/src/WebhookConfig.php on line 56 at /shared/httpd/yccv7/vendor/spatie/laravel-webhook-client/src/Exceptions/InvalidConfig.php:39)

I am using Laravel 7, Cashier 10.7.1, and the stripe webhooks package. When I get a response from the Stripe CLI forwarding over to the website, I get the above. If I send it to the normal Laravel Cashier routes, everything is fine and I get a 200 OK. I am not using a custom job, I am just trying to use the default "\Spatie\StripeWebhooks\ProcessStripeWebhookJob::class," model.

@freekmurze
Copy link
Member

That strange, could your PR a failing test for us to fix?

@brmo
Copy link
Author

brmo commented May 27, 2020

I was able to do a cache:clear and it works now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants