diff --git a/src/CorreosConnector/CorreosConnector.php b/src/CorreosConnector/CorreosConnector.php index bac7b2b..419fd5b 100644 --- a/src/CorreosConnector/CorreosConnector.php +++ b/src/CorreosConnector/CorreosConnector.php @@ -271,4 +271,20 @@ public function checkMethodException($response) throw new CorreosException($response->BultoError->DescError); } } + + /** + * @return CorreosConfig + */ + public function getCorreosConfig(): CorreosConfig + { + return $this->correosConfig; + } + + /** + * @return SenderUnitedIdentity + */ + public function getSenderUnitedIdentity(): SenderUnitedIdentity + { + return $this->senderUnitedIdentity; + } } \ No newline at end of file