Skip to content

Commit

Permalink
Update front/pages/api/stripe/portal.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 f0edadc commit efb75d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/pages/api/stripe/portal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ async function handler(
status_code: 500,
api_error: {
type: "internal_server_error",
message: "An error occured while fetching the customer portal url.",
message: "Stripe API: An error occured while fetching the customer portal url.",
},
});

Expand Down

0 comments on commit efb75d4

Please sign in to comment.