Elcodi\Bridge\PaymentSuiteBridgeBundle\Services\PaymentBridge::isOrderPaid PHP Method

isOrderPaid() public method

Get extra data
public isOrderPaid ( ) : array
return array
    public function isOrderPaid()
    {
        return $this->order instanceof OrderInterface ? $this->order->getPaymentStateLineStack()->getLastStateLine()->getName('paid') : false;
    }