Skip to content

Commit e14f3c1

Browse files
committed
compatibilizando
1 parent 28a8a33 commit e14f3c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Nfse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ public function cancel($id)
276276
return $communication->send('POST', "/nfse/cancelar/${id}", null);
277277
}
278278

279-
public function cancelByCnpjAndIdIntegracao()
279+
public function cancelByCnpjAndIdIntegracao($cnpj, $idIntegracao)
280280
{
281281
$communication = $this->getCallApiInstance($this->configuration);
282282
return $communication->send('POST', "/nfse/pdf/${idIntegracao}/${cnpj}", null);

0 commit comments

Comments
 (0)