Skip to content

Use absolute URI for redirect URL in PayrexxTopUpView#57

Merged
Xpirix merged 1 commit intoqgis:masterfrom
Xpirix:fix_payrexx_redirect_url
Jul 4, 2025
Merged

Use absolute URI for redirect URL in PayrexxTopUpView#57
Xpirix merged 1 commit intoqgis:masterfrom
Xpirix:fix_payrexx_redirect_url

Conversation

@Xpirix
Copy link
Copy Markdown
Collaborator

@Xpirix Xpirix commented Jul 3, 2025

Fix for #41

The pre-commit hook made a lot of changes to the file but the actual changes are:

redirect_url = request.build_absolute_uri(
reverse(
"certifyingorganisation-detail", kwargs={"slug": self.organisation_slug}
)
)

@Xpirix Xpirix merged commit 8006e9f into qgis:master Jul 4, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant