Markette\Gopay\Config::__construct PHP Method

__construct() public method

public __construct ( float $gopayId, string $gopaySecretKey, boolean $testMode )
$gopayId float
$gopaySecretKey string
$testMode boolean
    public function __construct($gopayId, $gopaySecretKey, $testMode)
    {
        $this->setGopayId($gopayId);
        $this->setGopaySecretKey($gopaySecretKey);
        $this->setTestMode($testMode);
    }