We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0bba5b commit 9ca8ff4Copy full SHA for 9ca8ff4
src/peppol_py/smp.py
@@ -47,7 +47,7 @@ def get_smp_url_from_dns(participant_id, test_environment):
47
48
# SMP: domain + path -> xml with service descriptions
49
# get all available interfaces (invoice, credit note etc.)
50
- return result + "/iso6523-actorid-upis::" + participant_id
+ return urllib.parse.urljoin(result, "./iso6523-actorid-upis::" + participant_id)
51
52
53
def get_service_urls_for_participant_from_smp(participant_id, test_environment, timeout):
0 commit comments