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 f75ee91 commit 461121eCopy full SHA for 461121e
src/Class/ElectronicBilling.js
@@ -59,6 +59,9 @@ module.exports = class ElectronicBilling extends AfipWebService {
59
* AFIP {@see WS Specification item 4.1.3}
60
**/
61
async createVoucher(data, returnResponse = false) {
62
+ // Reassign data to avoid modify te original object
63
+ data = Object.assign({}, data);
64
+
65
const req = {
66
'FeCAEReq' : {
67
'FeCabReq' : {
0 commit comments