laravel-stripe
laravel-stripe copied to clipboard
Do not ignore test Stripe webhook
Test Stripe webhooks are always sent with the same event id: evt_00000000000000
.
This means if they are already stored in the database as processed, they never get processed.
Should skip storing test Stripe webhooks so they are always processed.