Skip to content

Commit

Permalink
Update front/pages/api/stripe/webhook.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Philippe Rolet <[email protected]>
  • Loading branch information
spolu and philipperolet authored Nov 13, 2023
1 parent efb75d4 commit a475c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/pages/api/stripe/webhook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ async function handler(
api_error: {
type: "internal_server_error",
message:
"Error handling customer.subscription.deleted. Subscription not found.",
"Stripe Webhook: Error handling customer.subscription.deleted. Subscription not found.",
},
});
}
Expand Down

0 comments on commit a475c84

Please sign in to comment.