cloudcreativity / laravel-stripe

Laravel integration for Stripe, including Stripe Connect.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do not ignore test Stripe webhook

lindyhopchris opened this issue · comments

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.