Added epp poll; needs more testing once other functions are done

This commit is contained in:
Pinga 2023-08-19 20:57:39 +03:00
parent 47ebb5a3d7
commit 1d31db8e6c
3 changed files with 108 additions and 0 deletions

View file

@ -444,6 +444,8 @@ class EppWriter {
$writer->endElement(); // End of 'resData'
}
}
$this->_postamble($writer, $resp);
}