mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2025-08-13 19:35:34 +00:00
chore: cleanup & bump
This commit is contained in:
@@ -91,11 +91,11 @@ module.exports = class Client {
|
||||
this.hostId = hostId;
|
||||
this.keyStorage = keyStorage;
|
||||
this.keyEncryptor = defaultKeyEncryptor({ passphrase });
|
||||
this.tracesStorage = tracesStorage || null;
|
||||
this.bankName = bankName || "Dummy Bank Full Name",
|
||||
this.bankShortName = bankShortName || "BANKSHORTCODE",
|
||||
this.languageCode = languageCode || "en",
|
||||
this.storageLocation = storageLocation || null,
|
||||
this.tracesStorage = tracesStorage || null;
|
||||
this.bankName = bankName || 'Dummy Bank Full Name';
|
||||
this.bankShortName = bankShortName || 'BANKSHORTCODE';
|
||||
this.languageCode = languageCode || 'en';
|
||||
this.storageLocation = storageLocation || null;
|
||||
}
|
||||
|
||||
async send(order) {
|
||||
|
Reference in New Issue
Block a user