Markette\Gopay\Config::setGopaySecretKey PHP 메소드

setGopaySecretKey() 보호된 메소드

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