From f9fb6d3dc94c27a0c983205ce0ef00e4a18f95ff Mon Sep 17 00:00:00 2001 From: nanov Date: Tue, 30 Mar 2021 14:26:35 +0300 Subject: [PATCH] chore: cleanup & bump --- lib/Client.js | 10 +++++----- package.json | 7 ------- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/lib/Client.js b/lib/Client.js index 4a829f1..a618926 100644 --- a/lib/Client.js +++ b/lib/Client.js @@ -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) { diff --git a/package.json b/package.json index 6eac239..4643384 100644 --- a/package.json +++ b/package.json @@ -63,17 +63,10 @@ "js2xmlparser": "^4.0.1", "node-forge": "^0.10.0", "request": "^2.88.2", -<<<<<<< HEAD "uuid": "^8.3.2", "xml-crypto": "^2.1.1", "xmldom": "^0.5.0", "xpath": "0.0.32" -======= - "uuid": "^8.0.0", - "xml-crypto": "^2.0.0", - "xmldom": "^0.5.0", - "xpath": "0.0.27" ->>>>>>> cecaa782c93ee847c48b6580ee6c82b5a495f240 }, "devDependencies": { "auto-changelog": "^1.16.2",