mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2024-11-21 13:42:06 +00:00
Fix response parsing.
This commit is contained in:
parent
388156a2e4
commit
ccaa3f14c9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user