mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2025-08-14 03:35:36 +00:00
add predefined orders
This commit is contained in:
@@ -47,7 +47,7 @@ module.exports = (keysStorage, passphrase, algorithm = 'aes-256-cbc') => {
|
||||
return key;
|
||||
});
|
||||
|
||||
storage.save(encrypt(JSON.stringify(keysObject), algo, pass));
|
||||
storage.write(encrypt(JSON.stringify(keysObject), algo, pass));
|
||||
|
||||
return this;
|
||||
},
|
||||
|
Reference in New Issue
Block a user