We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cea4bd commit addca01Copy full SHA for addca01
src/Class/ElectronicBilling.js
@@ -188,7 +188,7 @@ module.exports = class ElectronicBilling extends AfipWebService {
188
};
189
190
const result = await this.executeRequest('FECompConsultar', req)
191
- .catch(err => { if (err.code === 602) { return null } else { throw err }});
+ .catch(err => { if (err.code === 602) { return { ResultGet: null } } else { throw err }});
192
193
return result.ResultGet;
194
}
0 commit comments