Closed SimonBackx closed 4 years ago
The isError method will always return false since the JSON is not yet parsed.
body["status"] etc. will always return undefined.
body["status"]
https://github.com/paynl/nodejs-sdk/blob/7f9124926dbef786326b6c1632aede01b0168279/src/api/api.ts#L53
Thanks for your message. We'll investigate this and try to fix this a.s.a.p!
We made a change which solves this problem. Thanks again for your message.
The isError method will always return false since the JSON is not yet parsed.
body["status"]
etc. will always return undefined.https://github.com/paynl/nodejs-sdk/blob/7f9124926dbef786326b6c1632aede01b0168279/src/api/api.ts#L53