mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-18 05:43:15 +03:00
fix
This commit is contained in:
parent
db5c577267
commit
c48f246942
@ -348,7 +348,6 @@ class Domain extends HttpApi
|
||||
* Updates a domain open tracking settings.
|
||||
*
|
||||
* @param string $domain name of the domain
|
||||
* @param bool $active
|
||||
*
|
||||
* @return UpdateOpenTrackingResponse|array|ResponseInterface
|
||||
*/
|
||||
@ -370,10 +369,11 @@ class Domain extends HttpApi
|
||||
/**
|
||||
* Updates a domain unsubscribe tracking settings.
|
||||
*
|
||||
* @param string $domain name of the domain
|
||||
* @param string|null $textFooter
|
||||
* @param string $domain name of the domain
|
||||
*
|
||||
* @return UpdateUnsubscribeTrackingResponse|array|ResponseInterface
|
||||
*
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function updateUnsubscribeTracking(string $domain, string $active, string $htmlFooter, string $textFooter)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user