Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vasildakov committed Dec 27, 2023
1 parent b58a76a commit dee0c93
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/Econt.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ public function getOffices(Request\GetOfficesRequest $object): string
}


/**
* @throws ClientExceptionInterface
*/
public function getStreets(Request\GetStreetsRequest $object): string
{
$request = $this->createRequest(
Expand All @@ -112,7 +115,9 @@ public function getQuarters(array $data): string
}



/**
* @throws ClientExceptionInterface
*/
public function getShipmentStatuses(array $data): string
{
$request = $this->createRequest(
Expand Down

0 comments on commit dee0c93

Please sign in to comment.