Skip to content

Commit

Permalink
server: fix account review link in Plain card
Browse files Browse the repository at this point in the history
  • Loading branch information
frankie567 committed Mar 5, 2025
1 parent eaa4b09 commit 97ec4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/polar/integrations/stripe/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ async def create_account_link(
self, stripe_id: str, return_path: str
) -> stripe_lib.AccountLink:
refresh_url = settings.generate_external_url(
f"/integrations/stripe/refresh?return_path={return_path}"
f"/v1/integrations/stripe/refresh?return_path={return_path}"
)
return_url = settings.generate_frontend_url(return_path)
return await stripe_lib.AccountLink.create_async(
Expand Down

0 comments on commit 97ec4b4

Please sign in to comment.