We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e314daa + ac85623 commit d908d17Copy full SHA for d908d17
1 file changed
src/Tools.php
@@ -841,7 +841,7 @@ public function sefazInsucessoEntrega(
841
$tagAdic .= "<nProtEvento>{$std->protocolo}</nProtEvento>";
842
}
843
return $this->sefazEvento(
844
- 'AN',
+ 'SVRS',
845
$std->chNFe,
846
$tpEvento,
847
$std->nSeqEvento,
@@ -1188,6 +1188,8 @@ public function sefazEvento(
1188
112130,
1189
112140,
1190
112150,
1191
+ self::EVT_INSUCESSO_ENTREGA,
1192
+ self::EVT_CANCELA_INSUCESSO_ENTREGA,
1193
]
1194
) && $uf === 'SVRS'
1195
) {
0 commit comments