Created
July 14, 2016 14:58
-
-
Save eminetto/dccc686a54ce563647940ec7bbb2ee8e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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