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

webhook not working in 2.3.0 #35

Closed
arshohag opened this issue Nov 26, 2019 · 1 comment
Closed

webhook not working in 2.3.0 #35

arshohag opened this issue Nov 26, 2019 · 1 comment

Comments

@arshohag
Copy link

"message": "`` is not a valid process webhook job class. A valid class should implement `Spatie\\WebhookClient\\ProcessWebhookJob`.",
"exception": "Spatie\\WebhookClient\\Exceptions\\InvalidConfig",
"file": "/var/www/html/equity-backend/vendor/spatie/laravel-webhook-client/src/Exceptions/InvalidConfig.php",
"line": 35,

it's shows this error. works fine with v2.2.0

Please fix the problem ASAP :)

@arshohag
Copy link
Author

In webhook-client.php in config dir
'process_webhook_job' => '',
ProcessWebhookJob can't be empty

after adding a class fixed my problem
'process_webhook_job' => App\Http\Controllers\Api\v1\TransactionWebhookController::class,

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

1 participant