You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: