Markette\Gopay\Entity\ReturnedPayment::isAuthorized PHP Method

isAuthorized() public method

Returns TRUE if payment is authorized
public isAuthorized ( ) : boolean
return boolean
    public function isAuthorized()
    {
        $this->getStatus();
        return $this->result['sessionState'] === GopayHelper::AUTHORIZED;
    }