laravel-stripe-webhooks icon indicating copy to clipboard operation
laravel-stripe-webhooks copied to clipboard

Handle Stripe webhooks in a Laravel application

Results 3 laravel-stripe-webhooks issues
Sort by recently updated
recently updated
newest added

The original issue is > [Original issue](https://github.com/spatie/laravel-webhook-client/issues/201) > [2023-12-11 01:54:30] local.ERROR: Spatie\StripeWebhooks\ProcessStripeWebhookJob::__construct(): Argument #1 ($webhookCall) must be of type Spatie\WebhookClient\Models\WebhookCall, App\Models\WebhookCall given, called in /var/www/html/vendor/spatie/laravel-webhook-client/src/WebhookProcessor.php on line 54 {"exception":"[object] (TypeError(code:...

While implementing this package into our Laravel application we stumbled upon an issue when using a custom connection/queue setup. This feature was introduced in this PR: - #159 We had...

Hi, I just noticed that the migration does not have a `down` function available. I'm not sure if that's on purpose. If not, can I provide a PR to add...