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

Do not ignore test Stripe webhook

Open lindyhopchris opened this issue 5 years ago • 0 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.

lindyhopchris avatar Aug 12 '19 16:08 lindyhopchris