[IMP] account_ebics : update doc for EDS

This commit is contained in:
Luc De Meyer
2023-12-03 11:17:18 +01:00
parent f72f56aedf
commit 473fb70b04
4 changed files with 20 additions and 4 deletions

View File

@@ -463,7 +463,7 @@ class EbicsXfer(models.TransientModel):
"passphrase": passphrase,
}
if self.ebics_sig_passphrase:
keyring_params["sig_passphrase"] = self.ebics_sig_passphrase
keyring_params["sig_passphrase"] = self.ebics_sig_passphrase
try:
keyring = EbicsKeyRing(**keyring_params)
except (RuntimeError, ValueError) as err: