upgrade to next 15 (#151)

This commit is contained in:
KM Koushik
2025-05-02 20:49:37 +10:00
committed by GitHub
parent 6dc6b4d213
commit d2587aed0d
28 changed files with 6814 additions and 8889 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ const allowedEvents: Stripe.Event.Type[] = [
export async function POST(req: Request) {
const body = await req.text();
const signature = headers().get("Stripe-Signature");
const signature = (await headers()).get("Stripe-Signature");
if (!signature) {
console.error("No signature");