If a webhook fails, I believe it should be classed as an error and logged as such.
Steps to reproduce
Trigger a webhook
If the webhook signature fails, it returns OK, and is logged as a warning.
2024-11-15 22:15:34 [web.WARNING] [stripe] Webhook signature check failed: No signatures found matching the expected signature for payload {"memory":2096256}
Description
If a webhook fails, I believe it should be classed as an error and logged as such.
Steps to reproduce
If the webhook signature fails, it returns OK, and is logged as a warning.
Additional info