Dumplie\CustomerService\Domain\OrderState\Prepared::refund PHP 메소드

refund() 공개 메소드

public refund ( ) : Dumplie\CustomerService\Domain\OrderState
리턴 Dumplie\CustomerService\Domain\OrderState
    public function refund() : OrderState
    {
        throw InvalidTransitionException::unexpectedTransition('prepared', 'refund');
    }