Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
gentamura committed Jan 7, 2025
1 parent 029a4e9 commit a10f8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/webhooks/stripe/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export async function POST(req: Request) {
break;

case "invoice.created": {
console.log(`🔔 Invoice created: ${event.data.object.id}`);
console.log(`🔔 Invoice created: ${event.data.object.id}`);

await handleInvoiceCreation(event.data.object);

Expand Down

0 comments on commit a10f8f9

Please sign in to comment.