mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-29 16:36:07 +03:00
fix /v3/domains/{domain}/ips endpoint
This commit is contained in:
parent
25ec6203e1
commit
e7c913a17b
@ -51,7 +51,7 @@ class Ip extends HttpApi
|
|||||||
{
|
{
|
||||||
Assert::stringNotEmpty($domain);
|
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);
|
return $this->hydrateResponse($response, IndexResponse::class);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user