mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-20 14:53: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.
|
* Updates a domain open tracking settings.
|
||||||
*
|
*
|
||||||
* @param string $domain name of the domain
|
* @param string $domain name of the domain
|
||||||
* @param bool $active
|
|
||||||
*
|
*
|
||||||
* @return UpdateOpenTrackingResponse|array|ResponseInterface
|
* @return UpdateOpenTrackingResponse|array|ResponseInterface
|
||||||
*/
|
*/
|
||||||
@ -370,10 +369,11 @@ class Domain extends HttpApi
|
|||||||
/**
|
/**
|
||||||
* Updates a domain unsubscribe tracking settings.
|
* Updates a domain unsubscribe tracking settings.
|
||||||
*
|
*
|
||||||
* @param string $domain name of the domain
|
* @param string $domain name of the domain
|
||||||
* @param string|null $textFooter
|
|
||||||
*
|
*
|
||||||
* @return UpdateUnsubscribeTrackingResponse|array|ResponseInterface
|
* @return UpdateUnsubscribeTrackingResponse|array|ResponseInterface
|
||||||
|
*
|
||||||
|
* @throws \Exception
|
||||||
*/
|
*/
|
||||||
public function updateUnsubscribeTracking(string $domain, string $active, string $htmlFooter, string $textFooter)
|
public function updateUnsubscribeTracking(string $domain, string $active, string $htmlFooter, string $textFooter)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user