SevenShores\Hubspot\Tests\Integration\Resources\EmailTest::updateSubscription PHP Метод

updateSubscription() публичный Метод

public updateSubscription ( )
    public function updateSubscription()
    {
        $response = $this->email->updateSubscription(62515, '[email protected]', ['unsubscribeFromAll' => true]);
        $this->assertEquals(200, $response->getStatusCode());
    }