Markette\Gopay\Config::setGopaySecretKey PHP Method

setGopaySecretKey() protected method

protected setGopaySecretKey ( string $secretKey )
$secretKey string
    protected function setGopaySecretKey($secretKey)
    {
        $this->gopaySecretKey = (string) $secretKey;
    }