[FIX]fix handling of non-stored passphrases

module: account_ebics 16.0

The non-stored passphrases (passphrase, sig_passphrase) were incorrectly handled
during the INIT cycle:
- setting 'ebics_passphrase_store' during INIT cycle didn't work
- setting the 'ebics_sig_passphrase' during INIT cycle didn't work
This commit is contained in:
Luc De Meyer
2023-12-09 11:22:17 +01:00
parent 621042bd8a
commit 71005cd863
3 changed files with 64 additions and 30 deletions

View File

@@ -3,7 +3,7 @@
{
"name": "EBICS banking protocol",
"version": "16.0.1.7.1",
"version": "16.0.1.8.0",
"license": "LGPL-3",
"author": "Noviat",
"website": "https://www.noviat.com/",