We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
with-stripe-typescript
1 parent 7f60cc8 commit be952fbCopy full SHA for be952fb
examples/with-stripe-typescript/app/api/webhooks/route.ts
@@ -51,7 +51,7 @@ export async function POST(req: Request) {
51
console.log(`💰 PaymentIntent status: ${data.status}`)
52
break
53
default:
54
- throw new Error(`Unhhandled event: ${event.type}`)
+ throw new Error(`Unhandled event: ${event.type}`)
55
}
56
} catch (error) {
57
console.log(error)
0 commit comments