Markette\Gopay\Service\AbstractService::allowChangeChannel PHP Method

allowChangeChannel() public method

public allowChangeChannel ( boolean $changeChannel = TRUE ) : self
$changeChannel boolean
return self
    public function allowChangeChannel($changeChannel = TRUE)
    {
        $this->changeChannel = (bool) $changeChannel;
        return $this;
    }