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 e7e9555 commit 44f9355Copy full SHA for 44f9355
src/Class/RegisterScopeFive.js
@@ -52,7 +52,7 @@ module.exports = class RegisterScopeFive extends AfipWebService {
52
};
53
54
return this.executeRequest('getPersona', params)
55
- .then(res => res.persona)
+ .then(res => res)
56
.catch(err => { if (err.message.indexOf('No existe') !== -1) { return null } else { throw err }});
57
}
58
0 commit comments