Posts by David Fico • 1 point
2 posts
-
0
votes1
answer589
viewsA: How to receive an array in the body of a nodejs route
Good morning. You can pass the array directly through the res.render, creating a variable or even a function! First Ex. app.get('/rota', function(req, res){ res.render('pagina', {nomeVariavel:…
-
0
votes3
answers3047
viewsA: Unfulfilled Nfe XML
I was having the same problem to serialize the ICMS, then I dropped it that the knot .imposto.Items asks for a new object[] so I was able to solve here in my code the following way: //Criar os novos…