Compare commits

..

1 Commits

Author SHA1 Message Date
ddc72b372e Refactoring ifirma core 2024-12-18 19:34:10 +01:00

View File

@ -242,7 +242,7 @@ class iFirmaAPI():
"Accept": "application/json",
"Content-type": "application/json; charset=UTF-8",
"Authentication": self.__get_auth_header(request_hash_text,
key_value=self.__user_key_value)
key_value=self.__invoice_key_value)
}
response_dict = self.__execute_post_request(headers, request_content, url)