diff --git a/lib/orders/H004/response.js b/lib/orders/H004/response.js index 66239df..e6dc2f7 100644 --- a/lib/orders/H004/response.js +++ b/lib/orders/H004/response.js @@ -72,7 +72,7 @@ module.exports = (xml, keys) => ({ businessCode() { const select = xpath.useNamespaces({ xmlns: 'urn:org:ebics:H004' }); - const node = select('//xmlns:body/xmlns:ReturnCode', this.doc) + const node = select('//xmlns:body/xmlns:ReturnCode', this.doc); return node.length ? node[0].textContent : ''; },