mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2025-08-12 19:09:19 +00:00
Fix response parsing.
This commit is contained in:
@@ -224,7 +224,7 @@ module.exports = class Client {
|
||||
(err, res, data) => {
|
||||
if (err) reject(err);
|
||||
|
||||
const ebicsResponse = response.version(version)(data, keys);
|
||||
const ebicsResponse = response.version(version)(data.toString('utf-8'), keys);
|
||||
|
||||
if (this.tracesStorage)
|
||||
this.tracesStorage
|
||||
|
Reference in New Issue
Block a user