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

isPaid() public method

Returns TRUE if payment is verified by Gopay as paid
public isPaid ( ) : boolean
return boolean
    public function isPaid()
    {
        $this->getStatus();
        return $this->result['sessionState'] === GopayHelper::PAID;
    }