mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-07 07:03:32 +03:00
fix /v3/domains/{domain}/ips endpoint
This commit is contained in:
parent
25ec6203e1
commit
e7c913a17b
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class Ip extends HttpApi
|
|||
{
|
||||
Assert::stringNotEmpty($domain);
|
||||
|
||||
$response = $this->httpGet(sprintf('/v3/domains/%s/ip', $domain));
|
||||
$response = $this->httpGet(sprintf('/v3/domains/%s/ips', $domain));
|
||||
|
||||
return $this->hydrateResponse($response, IndexResponse::class);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue