We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b2fd38 commit 820592cCopy full SHA for 820592c
services/web/server/src/simcore_service_webserver/payments/_onetime_api.py
@@ -81,7 +81,7 @@ async def _fake_init_payment(
81
# get_form_payment_url
82
settings: PaymentsSettings = get_plugin_settings(app)
83
external_form_link = (
84
- URL(settings.PAYMENTS_FAKE_GATEWAY_URL)
+ URL(f"{settings.PAYMENTS_FAKE_GATEWAY_URL}")
85
.with_path("/pay")
86
.with_query(id=payment_id)
87
)
0 commit comments