Skip to content

Instantly share code, notes, and snippets.

@eminetto
Created July 14, 2016 14:58
Show Gist options
  • Save eminetto/dccc686a54ce563647940ec7bbb2ee8e to your computer and use it in GitHub Desktop.
Save eminetto/dccc686a54ce563647940ec7bbb2ee8e to your computer and use it in GitHub Desktop.
response, err := transmitter.transmit(nfe, xml)
if err != nil {
panic("Error ") //tratamento de erro qualquer
}
xml = transmitter.getNfeWithTransmissionResults()
result = transmitter.saveData(response, xml)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment