We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3c8f29 commit 7ff281dCopy full SHA for 7ff281d
src/peppol_py/sender.py
@@ -131,12 +131,10 @@ def send_peppol_document(
131
132
``keyfile`` (str): the path to the private key of the sender.
133
134
- ``password`` (str): the password for the private key of the sender.
+ ``keyfile_password`` (str): the password for the private key of the sender.
135
136
``certfile`` (str): the path to the public key of the sender.
137
138
- ``service_provider_id`` (bool): identifier of the sending service provider.
139
-
140
``sender_id`` (str): optional sender id, will be extracted from document if not specified.
141
142
``receiver_id`` (str): optional receiver id, will be extracted from document if not specified.
0 commit comments