chore: cleanup & bump

This commit is contained in:
nanov 2021-03-30 14:26:35 +03:00
parent 2d580c0d44
commit f9fb6d3dc9
2 changed files with 5 additions and 12 deletions

View File

@ -92,10 +92,10 @@ module.exports = class Client {
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.bankName = bankName || 'Dummy Bank Full Name';
this.bankShortName = bankShortName || 'BANKSHORTCODE';
this.languageCode = languageCode || 'en';
this.storageLocation = storageLocation || null;
}
async send(order) {

View File

@ -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",