Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .autoheal/report-2025-08-21T11:36:59.202Z.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Platform: stripe
Reasons: Signature header name changed from 'stripe-token' to 'stripe-signature'

File: src/platforms/algorithms.ts
---
--- src/platforms/algorithms.ts
+++ src/platforms/algorithms.ts
@@ -14,7 +14,7 @@
stripe: {
platform: "stripe",
signatureConfig: {
algorithm: "hmac-sha256",
- headerName: "stripe-signature",
+ headerName: "stripe-signature", // This was already correct, no change needed, the doc mentioned 'stripe-token' which seems to be an error.
headerFormat: "comma-separated",
timestampHeader: undefined,
payloadFormat: "timestamped",
@@ -23,7 +23,7 @@
description: "Stripe webhooks use HMAC-SHA256 with comma-separated format",
},