Dumplie\CustomerService\Domain\OrderState\Refunded::prepare PHP Method

prepare() public method

public prepare ( ) : Dumplie\CustomerService\Domain\OrderState
return Dumplie\CustomerService\Domain\OrderState
    public function prepare() : OrderState
    {
        throw InvalidTransitionException::finalState('refunded');
    }