Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
giancarloromeo committed Oct 25, 2024
1 parent 5b2fd38 commit 820592c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ async def _fake_init_payment(
# get_form_payment_url
settings: PaymentsSettings = get_plugin_settings(app)
external_form_link = (
URL(settings.PAYMENTS_FAKE_GATEWAY_URL)
URL(f"{settings.PAYMENTS_FAKE_GATEWAY_URL}")
.with_path("/pay")
.with_query(id=payment_id)
)
Expand Down

0 comments on commit 820592c

Please sign in to comment.