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 0c18f5a commit 04da4e7Copy full SHA for 04da4e7
src/Class/ElectronicBilling.js
@@ -81,6 +81,9 @@ module.exports = class ElectronicBilling extends AfipWebService {
81
82
if (data['Iva'])
83
data['Iva'] = { 'AlicIva' : data['Iva'] };
84
+
85
+ if (data['CbtesAsoc'])
86
+ data['CbtesAsoc'] = { 'CbteAsoc' : data['CbtesAsoc'] };
87
88
if (data['Opcionales'])
89
data['Opcionales'] = { 'Opcional' : data['Opcionales'] };
0 commit comments