Fix response parsing.

This commit is contained in:
Maik Marschner 2024-07-15 14:59:23 +02:00
parent 388156a2e4
commit ccaa3f14c9

View File

@ -224,7 +224,7 @@ module.exports = class Client {
(err, res, data) => { (err, res, data) => {
if (err) reject(err); if (err) reject(err);
const ebicsResponse = response.version(version)(data, keys); const ebicsResponse = response.version(version)(data.toString('utf-8'), keys);
if (this.tracesStorage) if (this.tracesStorage)
this.tracesStorage this.tracesStorage