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
<?php
namespace App\Jobs\ProcessPayment;
use \Spatie\WebhookClient\ProcessWebhookJob;
class Stripe extends ProcessWebhookJob
{
public function handle()
{
$data = $this->webhookCall->payload;
}
}
Error:
Spatie\WebhookClient\Exceptions\InvalidConfig: `App\Jobs\ProcessPaymenst\Stripe` is not a valid process webhook job class. A valid class should implement `Spatie\WebhookClient\ProcessWebhookJob`.
The text was updated successfully, but these errors were encountered:
jewishmoses
changed the title
Spatie\WebhookClient\Exceptions\InvalidConfig: App\Jobs\ProcessPayment is not a valid process webhook job class.
Spatie\WebhookClient\Exceptions\InvalidConfig: App\Jobs\ProcessPayment is not a valid process webhook job class.
May 26, 2020
Config:
Class:
Error:
The text was updated successfully, but these errors were encountered: